Class: Quickfix::PaymentStreamInterimPrincipalExchangeIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::PaymentStreamInterimPrincipalExchangeIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamInterimPrincipalExchangeIndicator
constructor
A new instance of PaymentStreamInterimPrincipalExchangeIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamInterimPrincipalExchangeIndicator
Returns a new instance of PaymentStreamInterimPrincipalExchangeIndicator.
37030 37031 37032 37033 37034 37035 37036 |
# File 'lib/quickfix_fields.rb', line 37030 def initialize(data = nil) if( data == nil ) super(40749) else super(40749, data) end end |
Class Method Details
.field ⇒ Object
37027 37028 37029 |
# File 'lib/quickfix_fields.rb', line 37027 def PaymentStreamInterimPrincipalExchangeIndicator.field return 40749 end |