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 TypeMethodDescriptionboolean
Deprecated.void
_setPoolData
(int tag, byte[] bytes) Deprecated.void
_setReadOnly
(boolean readOnlyInternalUse) Deprecated.boolean
Deprecated.double
Deprecated.long
Deprecated.int
getSize()
Deprecated.Deprecated.int
getTag()
Deprecated.Gets tag.byte[]
getValue()
Deprecated.Gets field value as bytes bufferint
hashCode()
Deprecated.boolean
Deprecated.void
setOriginatingFromPool
(boolean originatingFromPool) Deprecated.void
setTag
(int tag) Deprecated.void
setValue
(byte[] bytes) Deprecated.void
setValue
(double value, int precision) Deprecated.void
setValue
(long value) Deprecated.void
Deprecated.byte[]
Deprecated.void
toByteArray
(byte[] buffer, int position) Deprecated.int
toByteArrayAndReturnNextPosition
(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.Setslong
value.- Parameters:
value
- the value
-
setValue
Deprecated.Setsstring
value.- Parameters:
value
- the value
-
equals
Deprecated. -
hashCode
public int hashCode()Deprecated.
-