com.epam.fix.message
Class FIXField

java.lang.Object
  extended by com.epam.fix.message.FIXField
All Implemented Interfaces:
Serializable

Deprecated.

@Deprecated
public class FIXField
extends Object
implements Serializable

The FIX field.

See Also:
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

isOriginatingFromPool

public boolean isOriginatingFromPool
Deprecated. 
Constructor Detail

FIXField

@Deprecated
public FIXField(int tag,
                           long value)
Deprecated. 

Creates the FIXField.

Parameters:
tag - the fix tag
value - the value

FIXField

@Deprecated
public FIXField()
Deprecated. 


FIXField

@Deprecated
public FIXField(int tag,
                           String value)
Deprecated. 

Creates the FIXField.

Parameters:
tag - the fix tag
value - the value

FIXField

@Deprecated
public FIXField(int tag,
                           byte[] value)
Deprecated. 

Creates the FIXField.

Parameters:
tag - the fix tag
value - the value

FIXField

@Deprecated
public FIXField(int tag,
                           byte[] value,
                           boolean readOnlyInternalUse)
Deprecated. 


FIXField

@Deprecated
public FIXField(int tag,
                           double value,
                           int precision)
Deprecated. 

Method Detail

_setReadOnly

public void _setReadOnly(boolean readOnlyInternalUse)
Deprecated. 

_isReadOnly

public boolean _isReadOnly()
Deprecated. 

getSize

@Deprecated
public int 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

getStringValue

@Deprecated
public String getStringValue()
Deprecated. 

Gets field value as string.

Returns:
string value

getLongValue

@Deprecated
public long getLongValue()
Deprecated. 

Gets field value as long.

Returns:
long value

toByteArray

@Deprecated
public byte[] toByteArray()
Deprecated. 

Writes field to array of bytes.

Returns:
byte buffer

getDoubleValue

public double getDoubleValue()
Deprecated. 

toByteArray

@Deprecated
public void toByteArray(byte[] buffer,
                                   int position)
Deprecated. 

Writes field to array of bytes from the specified position.

Parameters:
buffer - the buffer prepared to store field from the specified position
position - the start position in buffer

toByteArrayAndReturnNextPosition

@Deprecated
public int toByteArrayAndReturnNextPosition(byte[] buffer,
                                                       int position)
Deprecated. 


toString

public String toString()
Deprecated. 
Overrides:
toString in class Object
See Also:
Object.toString()

setValue

@Deprecated
public void setValue(byte[] bytes)
Deprecated. 

Sets bytes value.

Parameters:
bytes - the value

setValue

@Deprecated
public void setValue(double value,
                                int precision)
Deprecated. 


isOriginatingFromPool

public boolean isOriginatingFromPool()
Deprecated. 

_setPoolData

public void _setPoolData(int tag,
                         byte[] bytes)
Deprecated. 

setTag

@Deprecated
public void setTag(int tag)
Deprecated. 


setValue

@Deprecated
public void setValue(long value)
Deprecated. 

Sets long value.

Parameters:
value - the value

setValue

@Deprecated
public void setValue(String value)
Deprecated. 

Sets string value.

Parameters:
value - the value

equals

public boolean equals(Object o)
Deprecated. 
Overrides:
equals in class Object

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class Object


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.