Class FIXField

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

@Deprecated public class FIXField extends Object implements Serializable
Deprecated.
The FIX field.
See Also:
  • Constructor Details

    • 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 Details

    • _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
    • setOriginatingFromPool

      public void setOriginatingFromPool(boolean originatingFromPool)
      Deprecated.
    • 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:
    • 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