Class: Quickfix50Sp2::PositionMaintenanceRequest::NoPositions

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.rb

Defined Under Namespace

Classes: NoNestedPartyIDs

Instance Method Summary collapse

Constructor Details

#initializeNoPositions

Returns a new instance of NoPositions.



11216
11217
11218
11219
11220
11221
11222
11223
11224
11225
11226
# File 'lib/quickfix50sp2.rb', line 11216

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