Class: Quickfix::UnderlyingComplexEventFuturesPriceValuation
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::UnderlyingComplexEventFuturesPriceValuation
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventFuturesPriceValuation
constructor
A new instance of UnderlyingComplexEventFuturesPriceValuation.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventFuturesPriceValuation
Returns a new instance of UnderlyingComplexEventFuturesPriceValuation.
71064 71065 71066 71067 71068 71069 71070 |
# File 'lib/quickfix_fields.rb', line 71064 def initialize(data = nil) if( data == nil ) super(2611) else super(2611, data) end end |
Class Method Details
.field ⇒ Object
71061 71062 71063 |
# File 'lib/quickfix_fields.rb', line 71061 def .field return 2611 end |