Class: Quickfix::PaymentStreamLinkClosingLevelIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::PaymentStreamLinkClosingLevelIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamLinkClosingLevelIndicator
constructor
A new instance of PaymentStreamLinkClosingLevelIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamLinkClosingLevelIndicator
Returns a new instance of PaymentStreamLinkClosingLevelIndicator.
69374 69375 69376 69377 69378 69379 69380 |
# File 'lib/quickfix_fields.rb', line 69374 def initialize(data = nil) if( data == nil ) super(42670) else super(42670, data) end end |
Class Method Details
.field ⇒ Object
69371 69372 69373 |
# File 'lib/quickfix_fields.rb', line 69371 def PaymentStreamLinkClosingLevelIndicator.field return 42670 end |