Class: Quickfix42::NewOrderList::NoOrders::NoTradingSessions

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoTradingSessions



362
363
364
365
366
367
# File 'lib/quickfix42.rb', line 362

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