Class: Quickfix44::CrossOrderCancelReplaceRequest::NoTradingSessions

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

Instance Method Summary collapse

Constructor Details

#initializeNoTradingSessions

Returns a new instance of NoTradingSessions.



5203
5204
5205
5206
5207
5208
5209
# File 'lib/quickfix44.rb', line 5203

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 336
	order[1] = 625
	order[2] = 0
	super(386, 336, order)
end