Class: Quickfix44::PositionMaintenanceRequest::NoPositions

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

Defined Under Namespace

Classes: NoNestedPartyIDs

Instance Method Summary collapse

Constructor Details

#initializeNoPositions

Returns a new instance of NoPositions.



8086
8087
8088
8089
8090
8091
8092
8093
8094
8095
# File 'lib/quickfix44.rb', line 8086

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