Class: Quickfix::CashSettlFixedTermIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::CashSettlFixedTermIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CashSettlFixedTermIndicator
constructor
A new instance of CashSettlFixedTermIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ CashSettlFixedTermIndicator
27774 27775 27776 27777 27778 27779 27780 |
# File 'lib/quickfix_fields.rb', line 27774 def initialize(data = nil) if( data == nil ) super(40036) else super(40036, data) end end |
Class Method Details
.field ⇒ Object
27771 27772 27773 |
# File 'lib/quickfix_fields.rb', line 27771 def CashSettlFixedTermIndicator.field return 40036 end |