Class: Quickfix::ShortQty
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::ShortQty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ShortQty
constructor
A new instance of ShortQty.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ ShortQty
Returns a new instance of ShortQty.
9678 9679 9680 9681 9682 9683 9684 |
# File 'lib/quickfix_fields.rb', line 9678 def initialize(data = nil) if( data == nil ) super(705) else super(705, data) end end |
Class Method Details
.field ⇒ Object
9675 9676 9677 |
# File 'lib/quickfix_fields.rb', line 9675 def ShortQty.field return 705 end |