Class: Quickfix::LegComplexEventCreditEventSource

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

Returns a new instance of LegComplexEventCreditEventSource.



47417
47418
47419
47420
47421
47422
47423
# File 'lib/quickfix_fields.rb', line 47417

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

Class Method Details

.fieldObject



47414
47415
47416
# File 'lib/quickfix_fields.rb', line 47414

def LegComplexEventCreditEventSource.field
	return 41399
end