Class: Quickfix::PaymentStreamFinalPrincipalExchangeIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::PaymentStreamFinalPrincipalExchangeIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamFinalPrincipalExchangeIndicator
constructor
A new instance of PaymentStreamFinalPrincipalExchangeIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamFinalPrincipalExchangeIndicator
Returns a new instance of PaymentStreamFinalPrincipalExchangeIndicator.
37043 37044 37045 37046 37047 37048 37049 |
# File 'lib/quickfix_fields.rb', line 37043 def initialize(data = nil) if( data == nil ) super(40750) else super(40750, data) end end |
Class Method Details
.field ⇒ Object
37040 37041 37042 |
# File 'lib/quickfix_fields.rb', line 37040 def PaymentStreamFinalPrincipalExchangeIndicator.field return 40750 end |