Class: Quickfix50Sp2::TradingSessionStatus::NoStreams::NoDeliverySchedules

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

Defined Under Namespace

Classes: NoDeliveryScheduleSettlDays

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoDeliverySchedules

Returns a new instance of NoDeliverySchedules.



123061
123062
123063
123064
123065
123066
123067
123068
123069
123070
123071
123072
123073
123074
123075
123076
123077
123078
123079
# File 'lib/quickfix50sp2.rb', line 123061

def initialize
  order = Quickfix::IntArray.new(15)
  order[0] = 41038
  order[1] = 41039
  order[2] = 41040
  order[3] = 41041
  order[4] = 41042
  order[5] = 41043
  order[6] = 41044
  order[7] = 41045
  order[8] = 41046
  order[9] = 41047
  order[10] = 41048
  order[11] = 41049
  order[12] = 41050
  order[13] = 41051
  order[14] = 0
  super(41037, 41038, order)
end