Class: Quickfix50Sp2::TradeCaptureReportAck::NoSides::NoContAmts

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

Instance Method Summary collapse

Constructor Details

#initializeNoContAmts

Returns a new instance of NoContAmts.



12603
12604
12605
12606
12607
12608
12609
12610
# File 'lib/quickfix50sp2.rb', line 12603

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