Class: Quickfix::UnderlyingCashSettlFixedTermIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::UnderlyingCashSettlFixedTermIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCashSettlFixedTermIndicator
constructor
A new instance of UnderlyingCashSettlFixedTermIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCashSettlFixedTermIndicator
Returns a new instance of UnderlyingCashSettlFixedTermIndicator.
58558 58559 58560 58561 58562 58563 58564 |
# File 'lib/quickfix_fields.rb', line 58558 def initialize(data = nil) if( data == nil ) super(42056) else super(42056, data) end end |
Class Method Details
.field ⇒ Object
58555 58556 58557 |
# File 'lib/quickfix_fields.rb', line 58555 def UnderlyingCashSettlFixedTermIndicator.field return 42056 end |