Class: Quickfix::LegComplexEventCreditEventCurrency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegComplexEventCreditEventCurrency

Returns a new instance of LegComplexEventCreditEventCurrency.



47027
47028
47029
47030
47031
47032
47033
# File 'lib/quickfix_fields.rb', line 47027

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