Class: Quickfix50Sp2::PositionMaintenanceReport::NoRelatedTrades

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

#initializeNoRelatedTrades

Returns a new instance of NoRelatedTrades.



235696
235697
235698
235699
235700
235701
235702
235703
235704
235705
235706
# File 'lib/quickfix50sp2.rb', line 235696

def initialize
  order = Quickfix::IntArray.new(7)
  order[0] = 1856
  order[1] = 1857
  order[2] = 2103
  order[3] = 1858
  order[4] = 1859
  order[5] = 1860
  order[6] = 0
  super(1855, 1856, order)
end