Class: Quickfix::PaymentStreamInterimPrincipalExchangeIndicator
- Inherits:
-
BoolField
- Object
- BoolField
- Quickfix::PaymentStreamInterimPrincipalExchangeIndicator
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamInterimPrincipalExchangeIndicator
constructor
A new instance of PaymentStreamInterimPrincipalExchangeIndicator.
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 |