Class: Quickfix50Sp2::MassQuoteAck::NoQuoteSets::NoQuoteEntries::NoStreams::NoDeliverySchedules::NoDeliveryScheduleSettlDays::NoDeliveryScheduleSettlTimes

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

#initializeNoDeliveryScheduleSettlTimes

Returns a new instance of NoDeliveryScheduleSettlTimes.



98682
98683
98684
98685
98686
98687
98688
98689
# File 'lib/quickfix50sp2.rb', line 98682

def initialize
  order = Quickfix::IntArray.new(4)
  order[0] = 41055
  order[1] = 41056
  order[2] = 41057
  order[3] = 0
  super(41054, 41055, order)
end