Class: Quickfix::LegComplexEventCreditEventType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegComplexEventCreditEventType

Returns a new instance of LegComplexEventCreditEventType.



47001
47002
47003
47004
47005
47006
47007
# File 'lib/quickfix_fields.rb', line 47001

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