Class: Quickfix::UnderlyingComplexEventPricePercentage
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingComplexEventPricePercentage
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventPricePercentage
constructor
A new instance of UnderlyingComplexEventPricePercentage.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventPricePercentage
Returns a new instance of UnderlyingComplexEventPricePercentage.
52591 52592 52593 52594 52595 52596 52597 |
# File 'lib/quickfix_fields.rb', line 52591 def initialize(data = nil) if( data == nil ) super(2267) else super(2267, data) end end |
Class Method Details
.field ⇒ Object
52588 52589 52590 |
# File 'lib/quickfix_fields.rb', line 52588 def .field return 2267 end |