Class: Quickfix::UnderlyingPaymentStreamReferenceLevelEqualsZeroIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::UnderlyingPaymentStreamReferenceLevelEqualsZeroIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamReferenceLevelEqualsZeroIndicator
constructor
A new instance of UnderlyingPaymentStreamReferenceLevelEqualsZeroIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamReferenceLevelEqualsZeroIndicator
Returns a new instance of UnderlyingPaymentStreamReferenceLevelEqualsZeroIndicator.
55230 55231 55232 55233 55234 55235 55236 |
# File 'lib/quickfix_fields.rb', line 55230 def initialize(data = nil) if( data == nil ) super(41919) else super(41919, data) end end |
Class Method Details
.field ⇒ Object
55227 55228 55229 |
# File 'lib/quickfix_fields.rb', line 55227 def .field return 41919 end |