Class: Quickfix44::CollateralReport::NoTrades

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

Instance Method Summary collapse

Constructor Details

#initializeNoTrades

Returns a new instance of NoTrades.



10138
10139
10140
10141
10142
10143
10144
# File 'lib/quickfix44.rb', line 10138

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 571
	order[1] = 818
	order[2] = 0
	super(897, 571, order)
end