Method: Quickfix50Sp2::TradeCaptureReportAck::NoSides::NoContAmts#initialize
- Defined in:
- lib/quickfix50sp2.rb
#initialize ⇒ NoContAmts
Returns a new instance of NoContAmts.
20099 20100 20101 20102 20103 20104 20105 20106 |
# File 'lib/quickfix50sp2.rb', line 20099 def initialize order = Quickfix::IntArray.new(4) order[0] = 519 order[1] = 520 order[2] = 521 order[3] = 0 super(518, 519, order) end |