Class: Quickfix::LegComplexEventOptionsPriceValuation
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::LegComplexEventOptionsPriceValuation
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexEventOptionsPriceValuation
constructor
A new instance of LegComplexEventOptionsPriceValuation.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ LegComplexEventOptionsPriceValuation
Returns a new instance of LegComplexEventOptionsPriceValuation.
64707 64708 64709 64710 64711 64712 64713 |
# File 'lib/quickfix_fields.rb', line 64707 def initialize(data = nil) if( data == nil ) super(2609) else super(2609, data) end end |
Class Method Details
.field ⇒ Object
64704 64705 64706 |
# File 'lib/quickfix_fields.rb', line 64704 def LegComplexEventOptionsPriceValuation.field return 2609 end |