Class: Quickfix::LegComplexEventCreditEventRateSource

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

Returns a new instance of LegComplexEventCreditEventRateSource.



47079
47080
47081
47082
47083
47084
47085
# File 'lib/quickfix_fields.rb', line 47079

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

Class Method Details

.fieldObject



47076
47077
47078
# File 'lib/quickfix_fields.rb', line 47076

def LegComplexEventCreditEventRateSource.field
  return 41373
end