Class: Quickfix::UnderlyingComplexEventCreditEventType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventType

Returns a new instance of UnderlyingComplexEventCreditEventType.



52084
52085
52086
52087
52088
52089
52090
# File 'lib/quickfix_fields.rb', line 52084

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