Class: Quickfix50Sp1::TradingSessionList::NoTradingSessions
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp1::TradingSessionList::NoTradingSessions
- Defined in:
- lib/quickfix50sp1.rb
Defined Under Namespace
Classes: NoExecInstRules, NoMDFeedTypes, NoMatchRules, NoOrdTypeRules, NoTimeInForceRules
Instance Method Summary collapse
-
#initialize ⇒ NoTradingSessions
constructor
A new instance of NoTradingSessions.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoTradingSessions
22344 22345 22346 22347 22348 22349 22350 22351 22352 22353 22354 22355 22356 22357 22358 22359 22360 22361 22362 22363 22364 22365 22366 22367 22368 |
# File 'lib/quickfix50sp1.rb', line 22344 def initialize order = Quickfix::IntArray.new(21) order[0] = 336 order[1] = 625 order[2] = 207 order[3] = 1301 order[4] = 1300 order[5] = 1326 order[6] = 338 order[7] = 339 order[8] = 325 order[9] = 340 order[10] = 567 order[11] = 341 order[12] = 342 order[13] = 343 order[14] = 344 order[15] = 345 order[16] = 387 order[17] = 58 order[18] = 354 order[19] = 355 order[20] = 0 super(386, 336, order) end |