Class: Quickfix::LegLastQty
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegLastQty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegLastQty
constructor
A new instance of LegLastQty.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegLastQty
Returns a new instance of LegLastQty.
18739 18740 18741 18742 18743 18744 18745 |
# File 'lib/quickfix_fields.rb', line 18739 def initialize(data = nil) if( data == nil ) super(1418) else super(1418, data) end end |
Class Method Details
.field ⇒ Object
18736 18737 18738 |
# File 'lib/quickfix_fields.rb', line 18736 def LegLastQty.field return 1418 end |