Class: Quickfix::LegCashSettlFixedTermIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::LegCashSettlFixedTermIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCashSettlFixedTermIndicator
constructor
A new instance of LegCashSettlFixedTermIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ LegCashSettlFixedTermIndicator
Returns a new instance of LegCashSettlFixedTermIndicator.
46897 46898 46899 46900 46901 46902 46903 |
# File 'lib/quickfix_fields.rb', line 46897 def initialize(data = nil) if( data == nil ) super(41359) else super(41359, data) end end |
Class Method Details
.field ⇒ Object
46894 46895 46896 |
# File 'lib/quickfix_fields.rb', line 46894 def LegCashSettlFixedTermIndicator.field return 41359 end |