Class: Quickfix50Sp2::DerivativeSecurityListUpdateReport::NoMarketSegments::NoTradingSessionRules

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

Defined Under Namespace

Classes: NoAuctionTypeRules, 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.



337498
337499
337500
337501
337502
337503
337504
# File 'lib/quickfix50sp2.rb', line 337498

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