Class: Quickfix::UnderlyingCashSettlAccruedInterestIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::UnderlyingCashSettlAccruedInterestIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCashSettlAccruedInterestIndicator
constructor
A new instance of UnderlyingCashSettlAccruedInterestIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCashSettlAccruedInterestIndicator
Returns a new instance of UnderlyingCashSettlAccruedInterestIndicator.
58571 58572 58573 58574 58575 58576 58577 |
# File 'lib/quickfix_fields.rb', line 58571 def initialize(data = nil) if( data == nil ) super(42057) else super(42057, data) end end |
Class Method Details
.field ⇒ Object
58568 58569 58570 |
# File 'lib/quickfix_fields.rb', line 58568 def UnderlyingCashSettlAccruedInterestIndicator.field return 42057 end |