Package com.caplin.motif.fx.trading
Class FieldNameUtil
- java.lang.Object
-
- com.caplin.motif.fx.trading.FieldNameUtil
-
public final class FieldNameUtil extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static Pattern
LEG_FIELD_PATTERN
-
Constructor Summary
Constructors Constructor Description FieldNameUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getLegFieldName(int legId, String fieldName)
static String
getLegFieldName(String legId, String fieldName)
static String
getNearFarLegFieldName(String legId, LegType legType, String fieldName)
-
-
-
Field Detail
-
LEG_FIELD_PATTERN
public static final Pattern LEG_FIELD_PATTERN
-
-