Class: Quickfix50::CrossOrderCancelReplaceRequest::NoTradingSessions

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

Instance Method Summary collapse

Constructor Details

#initializeNoTradingSessions

Returns a new instance of NoTradingSessions.



6075
6076
6077
6078
6079
6080
6081
# File 'lib/quickfix50.rb', line 6075

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