Class: Quickfix50Sp2::MarketDataRequest::NoTradingSessions

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

#initializeNoTradingSessions

Returns a new instance of NoTradingSessions.



5956
5957
5958
5959
5960
5961
5962
# File 'lib/quickfix50sp2.rb', line 5956

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