Class: Quickfix50Sp1::SecurityList::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.



10733
10734
10735
10736
10737
10738
10739
# File 'lib/quickfix50sp1.rb', line 10733

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