Class: Quickfix::UnderlyingPaymentStreamLinkClosingLevelIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::UnderlyingPaymentStreamLinkClosingLevelIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamLinkClosingLevelIndicator
constructor
A new instance of UnderlyingPaymentStreamLinkClosingLevelIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamLinkClosingLevelIndicator
Returns a new instance of UnderlyingPaymentStreamLinkClosingLevelIndicator.
73482 73483 73484 73485 73486 73487 73488 |
# File 'lib/quickfix_fields.rb', line 73482 def initialize(data = nil) if( data == nil ) super(42965) else super(42965, data) end end |
Class Method Details
.field ⇒ Object
73479 73480 73481 |
# File 'lib/quickfix_fields.rb', line 73479 def .field return 42965 end |