Class: Quickfix50Sp1::AssignmentReport::NoPositions
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp1::AssignmentReport::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.
12455 12456 12457 12458 12459 12460 12461 12462 12463 12464 12465 |
# File 'lib/quickfix50sp1.rb', line 12455 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 |