Class: Quickfix44::PositionReport::NoPositions
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix44::PositionReport::NoPositions
- Defined in:
- lib/quickfix44.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.
8712 8713 8714 8715 8716 8717 8718 8719 8720 8721 |
# File 'lib/quickfix44.rb', line 8712 def initialize order = Quickfix::IntArray.new(6) order[0] = 703 order[1] = 704 order[2] = 705 order[3] = 706 order[4] = 539 order[5] = 0 super(702, 703, order) end |