Class: Quickfix::UnderlyingComplexEventCreditEventValue

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

Returns a new instance of UnderlyingComplexEventCreditEventValue.



52097
52098
52099
52100
52101
52102
52103
# File 'lib/quickfix_fields.rb', line 52097

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

Class Method Details

.fieldObject



52094
52095
52096
# File 'lib/quickfix_fields.rb', line 52094

def UnderlyingComplexEventCreditEventValue.field
  return 41718
end