@Deprecated public class FIXField extends Object implements Serializable
FIXFieldList
,
Serialized FormModifier and Type | Field and Description |
---|---|
boolean |
isOriginatingFromPool
Deprecated.
|
Constructor and Description |
---|
FIXField()
Deprecated.
|
FIXField(int tag,
byte[] value)
Deprecated.
|
FIXField(int tag,
byte[] value,
boolean readOnlyInternalUse)
Deprecated.
|
FIXField(int tag,
double value,
int precision)
Deprecated.
|
FIXField(int tag,
long value)
Deprecated.
|
FIXField(int tag,
String value)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
_isReadOnly()
Deprecated.
|
void |
_setPoolData(int tag,
byte[] bytes)
Deprecated.
|
void |
_setReadOnly(boolean readOnlyInternalUse)
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
double |
getDoubleValue()
Deprecated.
|
long |
getLongValue()
Deprecated.
|
int |
getSize()
Deprecated.
|
String |
getStringValue()
Deprecated.
|
int |
getTag()
Deprecated.
Gets tag.
|
byte[] |
getValue()
Deprecated.
Gets field value as bytes buffer
|
int |
hashCode()
Deprecated.
|
boolean |
isOriginatingFromPool()
Deprecated.
|
void |
setTag(int tag)
Deprecated.
|
void |
setValue(byte[] bytes)
Deprecated.
|
void |
setValue(double value,
int precision)
Deprecated.
|
void |
setValue(long value)
Deprecated.
|
void |
setValue(String value)
Deprecated.
|
byte[] |
toByteArray()
Deprecated.
|
void |
toByteArray(byte[] buffer,
int position)
Deprecated.
|
int |
toByteArrayAndReturnNextPosition(byte[] buffer,
int position)
Deprecated.
|
String |
toString()
Deprecated.
|
@Deprecated public FIXField(int tag, long value)
FIXField
.tag
- the fix tagvalue
- the value@Deprecated public FIXField()
@Deprecated public FIXField(int tag, String value)
FIXField
.tag
- the fix tagvalue
- the value@Deprecated public FIXField(int tag, byte[] value)
FIXField
.tag
- the fix tagvalue
- the value@Deprecated public FIXField(int tag, byte[] value, boolean readOnlyInternalUse)
@Deprecated public FIXField(int tag, double value, int precision)
public void _setReadOnly(boolean readOnlyInternalUse)
public boolean _isReadOnly()
@Deprecated public int getSize()
public int getTag()
public byte[] getValue()
@Deprecated public String getStringValue()
@Deprecated public long getLongValue()
@Deprecated public byte[] toByteArray()
public double getDoubleValue()
@Deprecated public void toByteArray(byte[] buffer, int position)
buffer
- the buffer prepared to store field from the specified positionposition
- the start position in buffer@Deprecated public int toByteArrayAndReturnNextPosition(byte[] buffer, int position)
public String toString()
toString
in class Object
Object.toString()
@Deprecated public void setValue(byte[] bytes)
bytes
- the value@Deprecated public void setValue(double value, int precision)
public boolean isOriginatingFromPool()
public void _setPoolData(int tag, byte[] bytes)
@Deprecated public void setTag(int tag)
@Deprecated public void setValue(long value)
long
value.value
- the value@Deprecated public void setValue(String value)
string
value.value
- the valueCopyright © 2000–2022 EPAM Systems. All rights reserved.