Class: Quickfix50Sp1::TradingSessionListUpdateReport::NoTradingSessions
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp1::TradingSessionListUpdateReport::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
Returns a new instance of NoTradingSessions.
23077 23078 23079 23080 23081 23082 23083 23084 23085 23086 23087 23088 23089 23090 23091 23092 23093 23094 23095 23096 23097 23098 23099 23100 23101 |
# File 'lib/quickfix50sp1.rb', line 23077 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 |