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



20809
20810
20811
20812
20813
20814
20815
# File 'lib/quickfix50sp1.rb', line 20809

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