quickfix
Class BytesField
java.lang.Object
quickfix.Field<byte[]>
quickfix.BytesField
- All Implemented Interfaces:
- java.io.Serializable
public class BytesField
- extends Field<byte[]>
BytesField enables better handling of binary data. With BytesFields binary data can
be directly put into FIX messages without casting them into Strings.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
BytesField
public BytesField(int field)
BytesField
public BytesField(int field,
byte[] data)
setValue
public void setValue(byte[] data)
getValue
public byte[] getValue()
objectAsString
protected java.lang.String objectAsString()
- Overrides:
objectAsString
in class Field<byte[]>