Class: Quickfix50Sp2::SecurityDefinitionUpdateReport::NoMarketSegments::NoTradingSessionRules

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.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.



24065
24066
24067
24068
24069
24070
24071
# File 'lib/quickfix50sp2.rb', line 24065

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