Class: Quickfix44::AssignmentReport::NoPosAmt
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix44::AssignmentReport::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.
9538 9539 9540 9541 9542 9543 9544 |
# File 'lib/quickfix44.rb', line 9538 def initialize order = Quickfix::IntArray.new(3) order[0] = 707 order[1] = 708 order[2] = 0 super(753, 707, order) end |