Class: Quickfix::LegComplexEventCreditEventType

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

Returns a new instance of LegComplexEventCreditEventType.



47001
47002
47003
47004
47005
47006
47007
# File 'lib/quickfix_fields.rb', line 47001

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

Class Method Details

.fieldObject



46998
46999
47000
# File 'lib/quickfix_fields.rb', line 46998

def LegComplexEventCreditEventType.field
	return 41367
end