Class: Quickfix::ComplexEventOptionsPriceValuation
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::ComplexEventOptionsPriceValuation
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventOptionsPriceValuation
constructor
A new instance of ComplexEventOptionsPriceValuation.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ ComplexEventOptionsPriceValuation
Returns a new instance of ComplexEventOptionsPriceValuation.
63368 63369 63370 63371 63372 63373 63374 |
# File 'lib/quickfix_fields.rb', line 63368 def initialize(data = nil) if( data == nil ) super(2598) else super(2598, data) end end |
Class Method Details
.field ⇒ Object
63365 63366 63367 |
# File 'lib/quickfix_fields.rb', line 63365 def ComplexEventOptionsPriceValuation.field return 2598 end |