Class: Quickfix::LeavesQty
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LeavesQty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LeavesQty
constructor
A new instance of LeavesQty.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LeavesQty
Returns a new instance of LeavesQty.
2372 2373 2374 2375 2376 2377 2378 |
# File 'lib/quickfix_fields.rb', line 2372 def initialize(data = nil) if( data == nil ) super(151) else super(151, data) end end |
Class Method Details
.field ⇒ Object
2369 2370 2371 |
# File 'lib/quickfix_fields.rb', line 2369 def LeavesQty.field return 151 end |