Class: Quickfix::UnderlyingComplexEventCreditEventType

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

Returns a new instance of UnderlyingComplexEventCreditEventType.



52084
52085
52086
52087
52088
52089
52090
# File 'lib/quickfix_fields.rb', line 52084

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

Class Method Details

.fieldObject



52081
52082
52083
# File 'lib/quickfix_fields.rb', line 52081

def UnderlyingComplexEventCreditEventType.field
	return 41717
end