Class: Quickfix::CashOrderQty
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::CashOrderQty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CashOrderQty
constructor
A new instance of CashOrderQty.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ CashOrderQty
Returns a new instance of CashOrderQty.
2385 2386 2387 2388 2389 2390 2391 |
# File 'lib/quickfix_fields.rb', line 2385 def initialize(data = nil) if( data == nil ) super(152) else super(152, data) end end |
Class Method Details
.field ⇒ Object
2382 2383 2384 |
# File 'lib/quickfix_fields.rb', line 2382 def CashOrderQty.field return 152 end |