Method: Fix::Protocol::Field#value

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

#valueObject

Returns the type-casted value of the field, according to its type or mapping definition

Returns:

  • (Object)

    The type-casted value



61
62
63
# File 'lib/fix/protocol/field.rb', line 61

def value
  to_type(@value)
end