Class: Quickfix::RatioQty
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::RatioQty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RatioQty
constructor
A new instance of RatioQty.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ RatioQty
Returns a new instance of RatioQty.
4036 4037 4038 4039 4040 4041 4042 |
# File 'lib/quickfix_fields.rb', line 4036 def initialize(data = nil) if( data == nil ) super(319) else super(319, data) end end |
Class Method Details
.field ⇒ Object
4033 4034 4035 |
# File 'lib/quickfix_fields.rb', line 4033 def RatioQty.field return 319 end |