Class: Quickfix::LegPaymentStreamLinkClosingLevelIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::LegPaymentStreamLinkClosingLevelIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamLinkClosingLevelIndicator
constructor
A new instance of LegPaymentStreamLinkClosingLevelIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamLinkClosingLevelIndicator
66800 66801 66802 66803 66804 66805 66806 |
# File 'lib/quickfix_fields.rb', line 66800 def initialize(data = nil) if( data == nil ) super(42469) else super(42469, data) end end |
Class Method Details
.field ⇒ Object
66797 66798 66799 |
# File 'lib/quickfix_fields.rb', line 66797 def LegPaymentStreamLinkClosingLevelIndicator.field return 42469 end |