Method: Fix::Protocol::Field#raw_value
- Defined in:
- lib/fix/protocol/field.rb
#raw_value ⇒ String
Returns the string representing this value as it would appear in a FIX message without any kind of type conversion or mapping
80 81 82 |
# File 'lib/fix/protocol/field.rb', line 80 def raw_value @value end |