Class: Quickfix::LegComplexEventFuturesPriceValuation
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::LegComplexEventFuturesPriceValuation
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexEventFuturesPriceValuation
constructor
A new instance of LegComplexEventFuturesPriceValuation.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ LegComplexEventFuturesPriceValuation
Returns a new instance of LegComplexEventFuturesPriceValuation.
64694 64695 64696 64697 64698 64699 64700 |
# File 'lib/quickfix_fields.rb', line 64694 def initialize(data = nil) if( data == nil ) super(2608) else super(2608, data) end end |
Class Method Details
.field ⇒ Object
64691 64692 64693 |
# File 'lib/quickfix_fields.rb', line 64691 def LegComplexEventFuturesPriceValuation.field return 2608 end |