Class: Quickfix::LegPaymentStreamInterimPrincipalExchangeIndicator
- Inherits:
-
BoolField
- Object
- BoolField
- Quickfix::LegPaymentStreamInterimPrincipalExchangeIndicator
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamInterimPrincipalExchangeIndicator
constructor
A new instance of LegPaymentStreamInterimPrincipalExchangeIndicator.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamInterimPrincipalExchangeIndicator
Returns a new instance of LegPaymentStreamInterimPrincipalExchangeIndicator.
31063 31064 31065 31066 31067 31068 31069 |
# File 'lib/quickfix_fields.rb', line 31063 def initialize(data = nil) if( data == nil ) super(40290) else super(40290, data) end end |