Class: Quickfix::ComplexEventCreditEventType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ ComplexEventCreditEventType

Returns a new instance of ComplexEventCreditEventType.



40748
40749
40750
40751
40752
40753
40754
# File 'lib/quickfix_fields.rb', line 40748

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

Class Method Details

.fieldObject



40745
40746
40747
# File 'lib/quickfix_fields.rb', line 40745

def ComplexEventCreditEventType.field
	return 40998
end