Class: Quickfix::ComplexEventCreditEventValue

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ComplexEventCreditEventValue

Returns a new instance of ComplexEventCreditEventValue.



40761
40762
40763
40764
40765
40766
40767
# File 'lib/quickfix_fields.rb', line 40761

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