Class: Quickfix::ComplexEventCreditEventCurrency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ComplexEventCreditEventCurrency

Returns a new instance of ComplexEventCreditEventCurrency.



40774
40775
40776
40777
40778
40779
40780
# File 'lib/quickfix_fields.rb', line 40774

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