Class: Quickfix50::CollateralInquiry::NoTrades

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

Instance Method Summary collapse

Constructor Details

#initializeNoTrades

Returns a new instance of NoTrades.



12064
12065
12066
12067
12068
12069
12070
# File 'lib/quickfix50.rb', line 12064

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