@Documented @Retention(value=RUNTIME) public @interface KeyValuePairField
Modifier and Type | Required Element and Description |
---|---|
int |
tag
tag identifying the field in the message (mandatory) - must be unique
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
impliedDecimalSeparator
Camel 2.11: Indicates if there is a decimal point implied at a specified location
|
String |
name
name of the field (optional)
|
String |
pattern
pattern that the formater will use to transform the data (optional)
|
int |
position
Position of the field in the message generated - must be used when the position of the key/tag in the FIX message
must be different
|
int |
precision
precision of the BigDecimal number to be created
|
boolean |
required
Indicates if the field is mandatory
|
String |
timezone
Timezone to be used.
|
public abstract int tag
public abstract String name
public abstract String pattern
public abstract String timezone
public abstract int position
Apache Camel