Class: Quickfix::UnderlyingComplexEventCreditEventRateSource

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventRateSource

Returns a new instance of UnderlyingComplexEventCreditEventRateSource.



52162
52163
52164
52165
52166
52167
52168
# File 'lib/quickfix_fields.rb', line 52162

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

Class Method Details

.fieldObject



52159
52160
52161
# File 'lib/quickfix_fields.rb', line 52159

def UnderlyingComplexEventCreditEventRateSource.field
  return 41723
end