Class: Quickfix::UnderlyingComplexEventCreditEventUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventUnit

Returns a new instance of UnderlyingComplexEventCreditEventUnit.



52136
52137
52138
52139
52140
52141
52142
# File 'lib/quickfix_fields.rb', line 52136

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