Class: Quickfix50Sp1::TradeCaptureReport::NoPosAmt

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

Instance Method Summary collapse

Constructor Details

#initializeNoPosAmt



8552
8553
8554
8555
8556
8557
8558
8559
# File 'lib/quickfix50sp1.rb', line 8552

def initialize
  order = Quickfix::IntArray.new(4)
  order[0] = 707
  order[1] = 708
  order[2] = 1055
  order[3] = 0
  super(753, 707, order)
end