Class: Quickfix::LegOrderQty
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegOrderQty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegOrderQty
constructor
A new instance of LegOrderQty.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegOrderQty
Returns a new instance of LegOrderQty.
12902 12903 12904 12905 12906 12907 12908 |
# File 'lib/quickfix_fields.rb', line 12902 def initialize(data = nil) if( data == nil ) super(685) else super(685, data) end end |
Class Method Details
.field ⇒ Object
12899 12900 12901 |
# File 'lib/quickfix_fields.rb', line 12899 def LegOrderQty.field return 685 end |