Class: Quickfix50Sp1::PositionMaintenanceReport::NoTradingSessions

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

Instance Method Summary collapse

Constructor Details

#initializeNoTradingSessions

Returns a new instance of NoTradingSessions.



10643
10644
10645
10646
10647
10648
10649
# File 'lib/quickfix50sp1.rb', line 10643

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