Class: Quickfix50Sp1::SecurityListUpdateReport::NoRelatedSym::NoTradingSessionRules

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

Defined Under Namespace

Classes: NoExecInstRules, NoMDFeedTypes, NoMatchRules, NoOrdTypeRules, NoTimeInForceRules

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoTradingSessionRules

Returns a new instance of NoTradingSessionRules.



21099
21100
21101
21102
21103
21104
21105
# File 'lib/quickfix50sp1.rb', line 21099

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