|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.epam.fix.message.FIXField
@Deprecated public class FIXField
The FIX field.
FIXFieldList,
Serialized Form| Field Summary | |
|---|---|
boolean |
isOriginatingFromPool
Deprecated. |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public boolean isOriginatingFromPool
| Constructor Detail |
|---|
@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)
| Method Detail |
|---|
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 ObjectObject.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 valuepublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||