Class: Quickfix50::TradeCaptureReportAck::NoSides::NoContAmts

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoContAmts

Returns a new instance of NoContAmts.



15607
15608
15609
15610
15611
15612
15613
15614
# File 'lib/quickfix50.rb', line 15607

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