Class: Quickfix50::TradingSessionList::NoTradingSessions
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50::TradingSessionList::NoTradingSessions
- Defined in:
- lib/quickfix50.rb
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
Returns a new instance of NoTradingSessions.
20020 20021 20022 20023 20024 20025 20026 20027 20028 20029 20030 20031 20032 20033 20034 20035 20036 20037 20038 20039 20040 20041 |
# File 'lib/quickfix50.rb', line 20020 def initialize order = Quickfix::IntArray.new(18) order[0] = 336 order[1] = 625 order[2] = 207 order[3] = 338 order[4] = 339 order[5] = 325 order[6] = 340 order[7] = 567 order[8] = 341 order[9] = 342 order[10] = 343 order[11] = 344 order[12] = 345 order[13] = 387 order[14] = 58 order[15] = 354 order[16] = 355 order[17] = 0 super(386, 336, order) end |