Class: Quickfix::UnderlyingComplexEventOptionsPriceValuation
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::UnderlyingComplexEventOptionsPriceValuation
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventOptionsPriceValuation
constructor
A new instance of UnderlyingComplexEventOptionsPriceValuation.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventOptionsPriceValuation
Returns a new instance of UnderlyingComplexEventOptionsPriceValuation.
71077 71078 71079 71080 71081 71082 71083 |
# File 'lib/quickfix_fields.rb', line 71077 def initialize(data = nil) if( data == nil ) super(2612) else super(2612, data) end end |
Class Method Details
.field ⇒ Object
71074 71075 71076 |
# File 'lib/quickfix_fields.rb', line 71074 def .field return 2612 end |