Class: Quickfix50::TradeCaptureReport::NoSides::NoContAmts

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

Instance Method Summary collapse

Constructor Details

#initializeNoContAmts

Returns a new instance of NoContAmts.



7880
7881
7882
7883
7884
7885
7886
7887
# File 'lib/quickfix50.rb', line 7880

def initialize
  order = Quickfix::IntArray.new(4)
  order[0] = 519
  order[1] = 520
  order[2] = 521
  order[3] = 0
  super(518, 519, order)
end