Class: Quickfix::UnderlyingComplexEventFixedFXRate
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::UnderlyingComplexEventFixedFXRate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventFixedFXRate
constructor
A new instance of UnderlyingComplexEventFixedFXRate.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventFixedFXRate
Returns a new instance of UnderlyingComplexEventFixedFXRate.
52643 52644 52645 52646 52647 52648 52649 |
# File 'lib/quickfix_fields.rb', line 52643 def initialize(data = nil) if( data == nil ) super(2271) else super(2271, data) end end |