Class: Quickfix50Sp2::CollateralResponse::NoTrades

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

Instance Method Summary collapse

Constructor Details

#initializeNoTrades

Returns a new instance of NoTrades.



13868
13869
13870
13871
13872
13873
13874
# File 'lib/quickfix50sp2.rb', line 13868

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