Class: Quickfix50Sp2::PositionMaintenanceReport::NoRegulatoryTradeIDs

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoRegulatoryTradeIDs

Returns a new instance of NoRegulatoryTradeIDs.



235591
235592
235593
235594
235595
235596
235597
235598
235599
235600
235601
# File 'lib/quickfix50sp2.rb', line 235591

def initialize
  order = Quickfix::IntArray.new(7)
  order[0] = 1903
  order[1] = 1905
  order[2] = 1904
  order[3] = 1906
  order[4] = 2411
  order[5] = 2397
  order[6] = 0
  super(1907, 1903, order)
end