Class: Quickfix::TotalTradeQty
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::TotalTradeQty
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TotalTradeQty
constructor
A new instance of TotalTradeQty.
Constructor Details
#initialize(data = nil) ⇒ TotalTradeQty
Returns a new instance of TotalTradeQty.
57232 57233 57234 57235 57236 57237 57238 |
# File 'lib/quickfix_fields.rb', line 57232 def initialize(data = nil) if( data == nil ) super(2367) else super(2367, data) end end |