Class: Quickfix::ComplexEventCreditEventSource

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) ⇒ ComplexEventCreditEventSource

Returns a new instance of ComplexEventCreditEventSource.



41164
41165
41166
41167
41168
41169
41170
# File 'lib/quickfix_fields.rb', line 41164

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

Class Method Details

.fieldObject



41161
41162
41163
# File 'lib/quickfix_fields.rb', line 41161

def ComplexEventCreditEventSource.field
	return 41030
end