Class: Quickfix::ContraTradeQty
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::ContraTradeQty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ContraTradeQty
constructor
A new instance of ContraTradeQty.
Constructor Details
#initialize(data = nil) ⇒ ContraTradeQty
Returns a new instance of ContraTradeQty.
7026 7027 7028 7029 7030 7031 7032 |
# File 'lib/quickfix_fields.rb', line 7026 def initialize(data = nil) if( data == nil ) super(437) else super(437, data) end end |
Class Method Details
.field ⇒ Object
7023 7024 7025 |
# File 'lib/quickfix_fields.rb', line 7023 def ContraTradeQty.field return 437 end |