Class: Quickfix50Sp1::AssignmentReport::NoPosAmt
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp1::AssignmentReport::NoPosAmt
- Defined in:
- lib/quickfix50sp1.rb
Instance Method Summary collapse
-
#initialize ⇒ NoPosAmt
constructor
A new instance of NoPosAmt.
Constructor Details
#initialize ⇒ NoPosAmt
Returns a new instance of NoPosAmt.
12491 12492 12493 12494 12495 12496 12497 12498 |
# File 'lib/quickfix50sp1.rb', line 12491 def initialize order = Quickfix::IntArray.new(4) order[0] = 707 order[1] = 708 order[2] = 1055 order[3] = 0 super(753, 707, order) end |