Class: Quickfix::ComplexEventCreditEventRateSource

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ComplexEventCreditEventRateSource

Returns a new instance of ComplexEventCreditEventRateSource.



40826
40827
40828
40829
40830
40831
40832
# File 'lib/quickfix_fields.rb', line 40826

def initialize(data = nil)
	if( data == nil )
		super(41004)
	else
		super(41004, data)
	end
end