Class: Quickfix50Sp2::TradeAggregationRequest::NoOrders

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoOrders

Returns a new instance of NoOrders.



405973
405974
405975
405976
405977
405978
405979
405980
405981
# File 'lib/quickfix50sp2.rb', line 405973

def initialize
	order = Quickfix::IntArray.new(5)
	order[0] = 11
	order[1] = 37
	order[2] = 38
	order[3] = 799
	order[4] = 0
	super(73, 11, order)
end