Class: Quickfix44::CollateralReport::NoTrades

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoTrades

Returns a new instance of NoTrades.



13235
13236
13237
13238
13239
13240
13241
# File 'lib/quickfix44.rb', line 13235

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