Class: Quickfix44::PositionMaintenanceReport::NoTradingSessions

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

Instance Method Summary collapse

Constructor Details

#initializeNoTradingSessions

Returns a new instance of NoTradingSessions.



8252
8253
8254
8255
8256
8257
8258
# File 'lib/quickfix44.rb', line 8252

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