Class: Quickfix50Sp1::PositionMaintenanceReport::NoPositions
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp1::PositionMaintenanceReport::NoPositions
- Defined in:
- lib/quickfix50sp1.rb
Defined Under Namespace
Classes: NoNestedPartyIDs
Instance Method Summary collapse
-
#initialize ⇒ NoPositions
constructor
A new instance of NoPositions.
Constructor Details
#initialize ⇒ NoPositions
Returns a new instance of NoPositions.
10653 10654 10655 10656 10657 10658 10659 10660 10661 10662 10663 |
# File 'lib/quickfix50sp1.rb', line 10653 def initialize order = Quickfix::IntArray.new(7) order[0] = 703 order[1] = 704 order[2] = 705 order[3] = 706 order[4] = 976 order[5] = 539 order[6] = 0 super(702, 703, order) end |