Class: Quickfix50::PositionReport::NoPositions
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50::PositionReport::NoPositions
- Defined in:
- lib/quickfix50.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.
10023 10024 10025 10026 10027 10028 10029 10030 10031 10032 10033 |
# File 'lib/quickfix50.rb', line 10023 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 |