Class: Quickfix50Sp2::AssignmentReport::NoPositions
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp2::AssignmentReport::NoPositions
- Defined in:
- lib/quickfix50sp2.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.
13339 13340 13341 13342 13343 13344 13345 13346 13347 13348 13349 |
# File 'lib/quickfix50sp2.rb', line 13339 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 |