Class: Quickfix::LegPaymentStreamLinkExpiringLevelIndicator
- Inherits:
-
BoolField
- Object
- BoolField
- Quickfix::LegPaymentStreamLinkExpiringLevelIndicator
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamLinkExpiringLevelIndicator
constructor
A new instance of LegPaymentStreamLinkExpiringLevelIndicator.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamLinkExpiringLevelIndicator
Returns a new instance of LegPaymentStreamLinkExpiringLevelIndicator.
66813 66814 66815 66816 66817 66818 66819 |
# File 'lib/quickfix_fields.rb', line 66813 def initialize(data = nil) if( data == nil ) super(42470) else super(42470, data) end end |