Class: Quickfix::UnderlyingPaymentStreamInitialPrincipalExchangeIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::UnderlyingPaymentStreamInitialPrincipalExchangeIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamInitialPrincipalExchangeIndicator
constructor
A new instance of UnderlyingPaymentStreamInitialPrincipalExchangeIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamInitialPrincipalExchangeIndicator
Returns a new instance of UnderlyingPaymentStreamInitialPrincipalExchangeIndicator.
34807 34808 34809 34810 34811 34812 34813 |
# File 'lib/quickfix_fields.rb', line 34807 def initialize(data = nil) if( data == nil ) super(40578) else super(40578, data) end end |
Class Method Details
.field ⇒ Object
34804 34805 34806 |
# File 'lib/quickfix_fields.rb', line 34804 def .field return 40578 end |