Class: Quickfix::UnderlyingComplexEventFixedFXRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingComplexEventFixedFXRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventFixedFXRate
constructor
A new instance of UnderlyingComplexEventFixedFXRate.
Methods inherited from DoubleField
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 |
Class Method Details
.field ⇒ Object
52640 52641 52642 |
# File 'lib/quickfix_fields.rb', line 52640 def UnderlyingComplexEventFixedFXRate.field return 2271 end |