Class: Quickfix44::TradeCaptureReport::NoSides::NoContAmts

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

Instance Method Summary collapse

Constructor Details

#initializeNoContAmts

Returns a new instance of NoContAmts.



6785
6786
6787
6788
6789
6790
6791
6792
# File 'lib/quickfix44.rb', line 6785

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