Class: Quickfix::PaymentStreamInitialPrincipalExchangeIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::PaymentStreamInitialPrincipalExchangeIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamInitialPrincipalExchangeIndicator
constructor
A new instance of PaymentStreamInitialPrincipalExchangeIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamInitialPrincipalExchangeIndicator
Returns a new instance of PaymentStreamInitialPrincipalExchangeIndicator.
37017 37018 37019 37020 37021 37022 37023 |
# File 'lib/quickfix_fields.rb', line 37017 def initialize(data = nil) if( data == nil ) super(40748) else super(40748, data) end end |
Class Method Details
.field ⇒ Object
37014 37015 37016 |
# File 'lib/quickfix_fields.rb', line 37014 def PaymentStreamInitialPrincipalExchangeIndicator.field return 40748 end |