Class: Quickfix::LegPaymentStreamCashSettlIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::LegPaymentStreamCashSettlIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamCashSettlIndicator
constructor
A new instance of LegPaymentStreamCashSettlIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamCashSettlIndicator
65890 65891 65892 65893 65894 65895 65896 |
# File 'lib/quickfix_fields.rb', line 65890 def initialize(data = nil) if( data == nil ) super(42399) else super(42399, data) end end |
Class Method Details
.field ⇒ Object
65887 65888 65889 |
# File 'lib/quickfix_fields.rb', line 65887 def LegPaymentStreamCashSettlIndicator.field return 42399 end |