Class: Quickfix::TradeQty
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::TradeQty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeQty
constructor
A new instance of TradeQty.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ TradeQty
Returns a new instance of TradeQty.
24147 24148 24149 24150 24151 24152 24153 |
# File 'lib/quickfix_fields.rb', line 24147 def initialize(data = nil) if( data == nil ) super(1843) else super(1843, data) end end |
Class Method Details
.field ⇒ Object
24144 24145 24146 |
# File 'lib/quickfix_fields.rb', line 24144 def TradeQty.field return 1843 end |