Method: Fix::Protocol::Field#value
- Defined in:
- lib/fix/protocol/field.rb
#value ⇒ Object
Returns the type-casted value of the field, according to its type or mapping definition
61 62 63 |
# File 'lib/fix/protocol/field.rb', line 61 def value to_type(@value) end |