Class: Quickfix::ComplexEventCreditEventRateSource

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

Returns a new instance of ComplexEventCreditEventRateSource.



40826
40827
40828
40829
40830
40831
40832
# File 'lib/quickfix_fields.rb', line 40826

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

Class Method Details

.fieldObject



40823
40824
40825
# File 'lib/quickfix_fields.rb', line 40823

def ComplexEventCreditEventRateSource.field
  return 41004
end