Class: Quickfix::SideLastQty
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::SideLastQty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideLastQty
constructor
A new instance of SideLastQty.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ SideLastQty
Returns a new instance of SideLastQty.
18778 18779 18780 18781 18782 18783 18784 |
# File 'lib/quickfix_fields.rb', line 18778 def initialize(data = nil) if( data == nil ) super(1009) else super(1009, data) end end |
Class Method Details
.field ⇒ Object
18775 18776 18777 |
# File 'lib/quickfix_fields.rb', line 18775 def SideLastQty.field return 1009 end |