Class: Quickfix50Sp1::TradeCaptureReport::NoPosAmt
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp1::TradeCaptureReport::NoPosAmt
- Defined in:
- lib/quickfix50sp1.rb
Instance Method Summary collapse
-
#initialize ⇒ NoPosAmt
constructor
A new instance of NoPosAmt.
Constructor Details
#initialize ⇒ NoPosAmt
8552 8553 8554 8555 8556 8557 8558 8559 |
# File 'lib/quickfix50sp1.rb', line 8552 def initialize order = Quickfix::IntArray.new(4) order[0] = 707 order[1] = 708 order[2] = 1055 order[3] = 0 super(753, 707, order) end |