Class: Quickfix::ComplexEventRateSourceType

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

Returns a new instance of ComplexEventRateSourceType.



40969
40970
40971
40972
40973
40974
40975
# File 'lib/quickfix_fields.rb', line 40969

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

Class Method Details

.fieldObject



40966
40967
40968
# File 'lib/quickfix_fields.rb', line 40966

def ComplexEventRateSourceType.field
  return 41015
end