Class: Quickfix50Sp2::PositionMaintenanceReport::NoTradingSessions

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

Instance Method Summary collapse

Constructor Details

#initializeNoTradingSessions

Returns a new instance of NoTradingSessions.



11429
11430
11431
11432
11433
11434
11435
# File 'lib/quickfix50sp2.rb', line 11429

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