Class: Quickfix::UnderlyingCurrentValue
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::UnderlyingCurrentValue
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCurrentValue
constructor
A new instance of UnderlyingCurrentValue.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCurrentValue
Returns a new instance of UnderlyingCurrentValue.
11979 11980 11981 11982 11983 11984 11985 |
# File 'lib/quickfix_fields.rb', line 11979 def initialize(data = nil) if( data == nil ) super(885) else super(885, data) end end |