Class: Quickfix50Sp2::SecurityList::NoRelatedSym::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingSettlRateFallbacks

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

Returns a new instance of NoUnderlyingSettlRateFallbacks.



163482
163483
163484
163485
163486
163487
163488
163489
163490
163491
# File 'lib/quickfix50sp2.rb', line 163482

def initialize
	order = Quickfix::IntArray.new(6)
	order[0] = 40660
	order[1] = 40904
	order[2] = 40915
	order[3] = 40662
	order[4] = 40663
	order[5] = 0
	super(40659, 40660, order)
end