Class: Quickfix50Sp2::TradeMatchReport::NoInstrmtMatchSides::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingNonDeliverableFixingDates

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

#initialize ⇒ NoUnderlyingNonDeliverableFixingDates

Returns a new instance of NoUnderlyingNonDeliverableFixingDates.



369663
369664
369665
369666
369667
369668
369669
# File 'lib/quickfix50sp2.rb', line 369663

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 40657
	order[1] = 40658
	order[2] = 0
	super(40656, 40657, order)
end