Class: Quickfix::ComplexEventRateSource

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

Returns a new instance of ComplexEventRateSource.



40956
40957
40958
40959
40960
40961
40962
# File 'lib/quickfix_fields.rb', line 40956

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

Class Method Details

.fieldObject



40953
40954
40955
# File 'lib/quickfix_fields.rb', line 40953

def ComplexEventRateSource.field
  return 41014
end