Class: Quickfix::PaymentStreamLinkExpiringLevelIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::PaymentStreamLinkExpiringLevelIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamLinkExpiringLevelIndicator
constructor
A new instance of PaymentStreamLinkExpiringLevelIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamLinkExpiringLevelIndicator
Returns a new instance of PaymentStreamLinkExpiringLevelIndicator.
69387 69388 69389 69390 69391 69392 69393 |
# File 'lib/quickfix_fields.rb', line 69387 def initialize(data = nil) if( data == nil ) super(42671) else super(42671, data) end end |
Class Method Details
.field ⇒ Object
69384 69385 69386 |
# File 'lib/quickfix_fields.rb', line 69384 def PaymentStreamLinkExpiringLevelIndicator.field return 42671 end |