Class: Quickfix50Sp2::PositionMaintenanceRequest::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingDeliverySchedules

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

Defined Under Namespace

Classes: NoUnderlyingDeliveryScheduleSettlDays

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initialize ⇒ NoUnderlyingDeliverySchedules

Returns a new instance of NoUnderlyingDeliverySchedules.



229840
229841
229842
229843
229844
229845
229846
229847
229848
229849
229850
229851
229852
229853
229854
229855
229856
229857
229858
# File 'lib/quickfix50sp2.rb', line 229840

def initialize
  order = Quickfix::IntArray.new(15)
  order[0] = 41757
  order[1] = 41758
  order[2] = 41759
  order[3] = 41760
  order[4] = 41761
  order[5] = 41762
  order[6] = 41763
  order[7] = 41764
  order[8] = 41765
  order[9] = 41766
  order[10] = 41767
  order[11] = 41768
  order[12] = 41769
  order[13] = 41770
  order[14] = 0
  super(41756, 41757, order)
end