Class: Quickfix50Sp1::CollateralInquiry::NoTrades

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

Instance Method Summary collapse

Constructor Details

#initializeNoTrades

Returns a new instance of NoTrades.



13396
13397
13398
13399
13400
13401
13402
# File 'lib/quickfix50sp1.rb', line 13396

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