Class: Quickfix::CashSettlAccruedInterestIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::CashSettlAccruedInterestIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CashSettlAccruedInterestIndicator
constructor
A new instance of CashSettlAccruedInterestIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ CashSettlAccruedInterestIndicator
Returns a new instance of CashSettlAccruedInterestIndicator.
27787 27788 27789 27790 27791 27792 27793 |
# File 'lib/quickfix_fields.rb', line 27787 def initialize(data = nil) if( data == nil ) super(40037) else super(40037, data) end end |
Class Method Details
.field ⇒ Object
27784 27785 27786 |
# File 'lib/quickfix_fields.rb', line 27784 def CashSettlAccruedInterestIndicator.field return 40037 end |