Package com.epam.fix.message
Class FIXField
java.lang.Object
com.epam.fix.message.FIXField
- All Implemented Interfaces:
Serializable
Deprecated.
The FIX field.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.void_setPoolData(int tag, byte[] bytes) Deprecated.void_setReadOnly(boolean readOnlyInternalUse) Deprecated.booleanDeprecated.doubleDeprecated.longDeprecated.intgetSize()Deprecated.Deprecated.intgetTag()Deprecated.Gets tag.byte[]getValue()Deprecated.Gets field value as bytes bufferinthashCode()Deprecated.booleanDeprecated.voidsetOriginatingFromPool(boolean originatingFromPool) Deprecated.voidsetTag(int tag) Deprecated.voidsetValue(byte[] bytes) Deprecated.voidsetValue(double value, int precision) Deprecated.voidsetValue(long value) Deprecated.voidDeprecated.byte[]Deprecated.voidtoByteArray(byte[] buffer, int position) Deprecated.inttoByteArrayAndReturnNextPosition(byte[] buffer, int position) Deprecated.toString()Deprecated.
-
Constructor Details
-
FIXField
Deprecated.Creates theFIXField.- Parameters:
tag- the fix tagvalue- the value
-
FIXField
Deprecated. -
FIXField
Deprecated.Creates theFIXField.- Parameters:
tag- the fix tagvalue- the value
-
FIXField
Deprecated.Creates theFIXField.- Parameters:
tag- the fix tagvalue- the value
-
FIXField
Deprecated. -
FIXField
Deprecated.
-
-
Method Details
-
_setReadOnly
public void _setReadOnly(boolean readOnlyInternalUse) Deprecated. -
_isReadOnly
public boolean _isReadOnly()Deprecated. -
getSize
Deprecated.Gets field size. -
getTag
public int getTag()Deprecated.Gets tag.- Returns:
- the tag id
-
getValue
public byte[] getValue()Deprecated.Gets field value as bytes buffer- Returns:
- bytes of value
-
setOriginatingFromPool
public void setOriginatingFromPool(boolean originatingFromPool) Deprecated. -
getStringValue
Deprecated.Gets field value as string.- Returns:
- string value
-
getLongValue
Deprecated.Gets field value as long.- Returns:
- long value
-
toByteArray
Deprecated.Writes field to array of bytes.- Returns:
- byte buffer
-
getDoubleValue
public double getDoubleValue()Deprecated. -
toByteArray
Deprecated.Writes field to array of bytes from the specified position.- Parameters:
buffer- the buffer prepared to store field from the specified positionposition- the start position in buffer
-
toByteArrayAndReturnNextPosition
Deprecated. -
toString
Deprecated. -
setValue
Deprecated.Sets bytes value.- Parameters:
bytes- the value
-
setValue
Deprecated. -
isOriginatingFromPool
public boolean isOriginatingFromPool()Deprecated. -
_setPoolData
public void _setPoolData(int tag, byte[] bytes) Deprecated. -
setTag
Deprecated. -
setValue
Deprecated.Setslongvalue.- Parameters:
value- the value
-
setValue
Deprecated.Setsstringvalue.- Parameters:
value- the value
-
equals
Deprecated. -
hashCode
public int hashCode()Deprecated.
-