Class: Quickfix50Sp2::TradeCaptureReport::NoSides::NoSideRegulatoryTradeIDs

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

#initializeNoSideRegulatoryTradeIDs

Returns a new instance of NoSideRegulatoryTradeIDs.



194756
194757
194758
194759
194760
194761
194762
194763
194764
194765
194766
# File 'lib/quickfix50sp2.rb', line 194756

def initialize
  order = Quickfix::IntArray.new(7)
  order[0] = 1972
  order[1] = 1973
  order[2] = 1974
  order[3] = 1975
  order[4] = 2416
  order[5] = 2398
  order[6] = 0
  super(1971, 1972, order)
end