Class: Quickfix::LegTotalTradeQty
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegTotalTradeQty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegTotalTradeQty
constructor
A new instance of LegTotalTradeQty.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegTotalTradeQty
Returns a new instance of LegTotalTradeQty.
57102 57103 57104 57105 57106 57107 57108 |
# File 'lib/quickfix_fields.rb', line 57102 def initialize(data = nil) if( data == nil ) super(2357) else super(2357, data) end end |
Class Method Details
.field ⇒ Object
57099 57100 57101 |
# File 'lib/quickfix_fields.rb', line 57099 def LegTotalTradeQty.field return 2357 end |