Class: Quickfix44::TradeCaptureReport::NoPosAmt
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix44::TradeCaptureReport::NoPosAmt
- Defined in:
- lib/quickfix44.rb
Instance Method Summary collapse
-
#initialize ⇒ NoPosAmt
constructor
A new instance of NoPosAmt.
Constructor Details
#initialize ⇒ NoPosAmt
Returns a new instance of NoPosAmt.
6573 6574 6575 6576 6577 6578 6579 |
# File 'lib/quickfix44.rb', line 6573 def initialize order = Quickfix::IntArray.new(3) order[0] = 707 order[1] = 708 order[2] = 0 super(753, 707, order) end |