Class: Quickfix::LegCashSettlAccruedInterestIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::LegCashSettlAccruedInterestIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCashSettlAccruedInterestIndicator
constructor
A new instance of LegCashSettlAccruedInterestIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ LegCashSettlAccruedInterestIndicator
Returns a new instance of LegCashSettlAccruedInterestIndicator.
46910 46911 46912 46913 46914 46915 46916 |
# File 'lib/quickfix_fields.rb', line 46910 def initialize(data = nil) if( data == nil ) super(41360) else super(41360, data) end end |
Class Method Details
.field ⇒ Object
46907 46908 46909 |
# File 'lib/quickfix_fields.rb', line 46907 def LegCashSettlAccruedInterestIndicator.field return 41360 end |