Class: Quickfix::ComplexEventFuturesPriceValuation
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::ComplexEventFuturesPriceValuation
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventFuturesPriceValuation
constructor
A new instance of ComplexEventFuturesPriceValuation.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ ComplexEventFuturesPriceValuation
Returns a new instance of ComplexEventFuturesPriceValuation.
63355 63356 63357 63358 63359 63360 63361 |
# File 'lib/quickfix_fields.rb', line 63355 def initialize(data = nil) if( data == nil ) super(2597) else super(2597, data) end end |
Class Method Details
.field ⇒ Object
63352 63353 63354 |
# File 'lib/quickfix_fields.rb', line 63352 def ComplexEventFuturesPriceValuation.field return 2597 end |