Method: Fix::Protocol::Field#raw_value

Defined in:
lib/fix/protocol/field.rb

#raw_valueString

Returns the string representing this value as it would appear in a FIX message without any kind of type conversion or mapping

Returns:

  • (String)

    The raw field value



80
81
82
# File 'lib/fix/protocol/field.rb', line 80

def raw_value
  @value
end