Class: Quickfix50Sp2::TradeMatchReport::NoInstrmtMatchSides::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingPaymentStreamFixingDates

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 ⇒ NoUnderlyingPaymentStreamFixingDates

Returns a new instance of NoUnderlyingPaymentStreamFixingDates.



369409
369410
369411
369412
369413
369414
369415
# File 'lib/quickfix50sp2.rb', line 369409

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 42956
	order[1] = 42957
	order[2] = 0
	super(42955, 42956, order)
end