Class: Quickfix::ShortMarkingExemptIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::ShortMarkingExemptIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ShortMarkingExemptIndicator
constructor
A new instance of ShortMarkingExemptIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ ShortMarkingExemptIndicator
Returns a new instance of ShortMarkingExemptIndicator.
40423 40424 40425 40426 40427 40428 40429 |
# File 'lib/quickfix_fields.rb', line 40423 def initialize(data = nil) if( data == nil ) super(2102) else super(2102, data) end end |
Class Method Details
.field ⇒ Object
40420 40421 40422 |
# File 'lib/quickfix_fields.rb', line 40420 def ShortMarkingExemptIndicator.field return 2102 end |