Class: Quickfix::LegPaymentStreamInitialPrincipalExchangeIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::LegPaymentStreamInitialPrincipalExchangeIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamInitialPrincipalExchangeIndicator
constructor
A new instance of LegPaymentStreamInitialPrincipalExchangeIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamInitialPrincipalExchangeIndicator
Returns a new instance of LegPaymentStreamInitialPrincipalExchangeIndicator.
31050 31051 31052 31053 31054 31055 31056 |
# File 'lib/quickfix_fields.rb', line 31050 def initialize(data = nil) if( data == nil ) super(40289) else super(40289, data) end end |
Class Method Details
.field ⇒ Object
31047 31048 31049 |
# File 'lib/quickfix_fields.rb', line 31047 def LegPaymentStreamInitialPrincipalExchangeIndicator.field return 40289 end |