Class: Quickfix::LegRatioQty
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegRatioQty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegRatioQty
constructor
A new instance of LegRatioQty.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegRatioQty
Returns a new instance of LegRatioQty.
8456 8457 8458 8459 8460 8461 8462 |
# File 'lib/quickfix_fields.rb', line 8456 def initialize(data = nil) if( data == nil ) super(623) else super(623, data) end end |
Class Method Details
.field ⇒ Object
8453 8454 8455 |
# File 'lib/quickfix_fields.rb', line 8453 def LegRatioQty.field return 623 end |