Class: Quickfix::UnderlyingPaymentStreamCashSettlIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::UnderlyingPaymentStreamCashSettlIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCashSettlIndicator
constructor
A new instance of UnderlyingPaymentStreamCashSettlIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCashSettlIndicator
Returns a new instance of UnderlyingPaymentStreamCashSettlIndicator.
72572 72573 72574 72575 72576 72577 72578 |
# File 'lib/quickfix_fields.rb', line 72572 def initialize(data = nil) if( data == nil ) super(42895) else super(42895, data) end end |
Class Method Details
.field ⇒ Object
72569 72570 72571 |
# File 'lib/quickfix_fields.rb', line 72569 def .field return 42895 end |