Class: Quickfix::NoComplexEventRateSources

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

Returns a new instance of NoComplexEventRateSources.



40943
40944
40945
40946
40947
40948
40949
# File 'lib/quickfix_fields.rb', line 40943

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

Class Method Details

.fieldObject



40940
40941
40942
# File 'lib/quickfix_fields.rb', line 40940

def NoComplexEventRateSources.field
  return 41013
end