Class: Quickfix::IOIQty
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::IOIQty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ IOIQty
constructor
A new instance of IOIQty.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ IOIQty
Returns a new instance of IOIQty.
5609 5610 5611 5612 5613 5614 5615 |
# File 'lib/quickfix_fields.rb', line 5609 def initialize(data = nil) if( data == nil ) super(27) else super(27, data) end end |
Class Method Details
.field ⇒ Object
5606 5607 5608 |
# File 'lib/quickfix_fields.rb', line 5606 def IOIQty.field return 27 end |