Class: Quickfix::UnderlyingPaymentStreamInterimPrincipalExchangeIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::UnderlyingPaymentStreamInterimPrincipalExchangeIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamInterimPrincipalExchangeIndicator
constructor
A new instance of UnderlyingPaymentStreamInterimPrincipalExchangeIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamInterimPrincipalExchangeIndicator
Returns a new instance of UnderlyingPaymentStreamInterimPrincipalExchangeIndicator.
34820 34821 34822 34823 34824 34825 34826 |
# File 'lib/quickfix_fields.rb', line 34820 def initialize(data = nil) if( data == nil ) super(40579) else super(40579, data) end end |
Class Method Details
.field ⇒ Object
34817 34818 34819 |
# File 'lib/quickfix_fields.rb', line 34817 def .field return 40579 end |