Class: Quickfix::PaymentStreamCashSettlIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::PaymentStreamCashSettlIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamCashSettlIndicator
constructor
A new instance of PaymentStreamCashSettlIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamCashSettlIndicator
Returns a new instance of PaymentStreamCashSettlIndicator.
68464 68465 68466 68467 68468 68469 68470 |
# File 'lib/quickfix_fields.rb', line 68464 def initialize(data = nil) if( data == nil ) super(42600) else super(42600, data) end end |
Class Method Details
.field ⇒ Object
68461 68462 68463 |
# File 'lib/quickfix_fields.rb', line 68461 def PaymentStreamCashSettlIndicator.field return 42600 end |