public static enum Message.StringFormat extends Enum<Message.StringFormat>
Enum Constant and Description |
---|
FIELD_VALUE
Output string will contain field values only.
|
TAG_NAME
Output string will contain field names and field values.
|
TAG_NUMBER
Output string will contain tag numbers and field values.
|
Modifier and Type | Method and Description |
---|---|
void |
format(ByteBuffer bb,
byte[] tag,
byte[] name,
ValuePtr value,
char delimiter) |
static Message.StringFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Message.StringFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Message.StringFormat FIELD_VALUE
FIXT.1.1|0|A|ONIXS|CME|1|20140206-13:09:37.798|9|0|5|ONIXS|ONIXS|9|000|
public static final Message.StringFormat TAG_NUMBER
8=FIXT.1.1|9=0|35=A|49=ONIXS|56=CME|34=1|52=20140206-13:09:37.798|1128=9|98=0|108=5|...
public static final Message.StringFormat TAG_NAME
BeginString=FIXT.1.1|BodyLength=0|MsgType=A|SenderCompID=ONIXS|TargetCompID=CME|...
public static Message.StringFormat[] values()
for (Message.StringFormat c : Message.StringFormat.values()) System.out.println(c);
public static Message.StringFormat valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic void format(ByteBuffer bb, byte[] tag, byte[] name, ValuePtr value, char delimiter)
Copyright © 2005–2025 Onix Solutions. All rights reserved.