Class: Quickfix50Sp2::MassQuoteAck::NoQuoteSets::NoQuoteEntries::NoStreams::NoNonDeliverableFixingDates

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

#initializeNoNonDeliverableFixingDates

Returns a new instance of NoNonDeliverableFixingDates.



98435
98436
98437
98438
98439
98440
98441
# File 'lib/quickfix50sp2.rb', line 98435

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 40826
	order[1] = 40827
	order[2] = 0
	super(40825, 40826, order)
end