Class: Quickfix50Sp2::SecurityDefinitionUpdateReport::NoLegs::NoLegStreams::NoLegNonDeliverableFixingDates

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

#initializeNoLegNonDeliverableFixingDates

Returns a new instance of NoLegNonDeliverableFixingDates.



314855
314856
314857
314858
314859
314860
314861
# File 'lib/quickfix50sp2.rb', line 314855

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 40368
  order[1] = 40369
  order[2] = 0
  super(40367, 40368, order)
end