Class: Quickfix::SingleQuoteIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::SingleQuoteIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SingleQuoteIndicator
constructor
A new instance of SingleQuoteIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ SingleQuoteIndicator
Returns a new instance of SingleQuoteIndicator.
77538 77539 77540 77541 77542 77543 77544 |
# File 'lib/quickfix_fields.rb', line 77538 def initialize(data = nil) if( data == nil ) super(2837) else super(2837, data) end end |
Class Method Details
.field ⇒ Object
77535 77536 77537 |
# File 'lib/quickfix_fields.rb', line 77535 def SingleQuoteIndicator.field return 2837 end |