Class: Quickfix50Sp2::DerivativeSecurityList::NoRelatedSym::NoLegs::NoLegStreams::NoLegDeliverySchedules::NoLegDeliveryScheduleSettlDays::NoLegDeliveryScheduleSettlTimes

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoLegDeliveryScheduleSettlTimes

Returns a new instance of NoLegDeliveryScheduleSettlTimes.



172541
172542
172543
172544
172545
172546
172547
172548
# File 'lib/quickfix50sp2.rb', line 172541

def initialize
  order = Quickfix::IntArray.new(4)
  order[0] = 41426
  order[1] = 41427
  order[2] = 41428
  order[3] = 0
  super(41425, 41426, order)
end