Class: Quickfix::QuoteSideIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::QuoteSideIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ QuoteSideIndicator
constructor
A new instance of QuoteSideIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ QuoteSideIndicator
Returns a new instance of QuoteSideIndicator.
62276 62277 62278 62279 62280 62281 62282 |
# File 'lib/quickfix_fields.rb', line 62276 def initialize(data = nil) if( data == nil ) super(2559) else super(2559, data) end end |
Class Method Details
.field ⇒ Object
62273 62274 62275 |
# File 'lib/quickfix_fields.rb', line 62273 def QuoteSideIndicator.field return 2559 end |