Class: Quickfix::UnderlyingComplexEventCreditEventSource

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

Returns a new instance of UnderlyingComplexEventCreditEventSource.



52500
52501
52502
52503
52504
52505
52506
# File 'lib/quickfix_fields.rb', line 52500

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

Class Method Details

.fieldObject



52497
52498
52499
# File 'lib/quickfix_fields.rb', line 52497

def UnderlyingComplexEventCreditEventSource.field
  return 41749
end