Class: Quickfix::UnderlyingPaymentStreamLinkExpiringLevelIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::UnderlyingPaymentStreamLinkExpiringLevelIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamLinkExpiringLevelIndicator
constructor
A new instance of UnderlyingPaymentStreamLinkExpiringLevelIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamLinkExpiringLevelIndicator
Returns a new instance of UnderlyingPaymentStreamLinkExpiringLevelIndicator.
73495 73496 73497 73498 73499 73500 73501 |
# File 'lib/quickfix_fields.rb', line 73495 def initialize(data = nil) if( data == nil ) super(42966) else super(42966, data) end end |
Class Method Details
.field ⇒ Object
73492 73493 73494 |
# File 'lib/quickfix_fields.rb', line 73492 def UnderlyingPaymentStreamLinkExpiringLevelIndicator.field return 42966 end |