Class: Quickfix::UnderlyingComplexEventRateSource

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



52292
52293
52294
52295
52296
52297
52298
# File 'lib/quickfix_fields.rb', line 52292

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

Class Method Details

.fieldObject



52289
52290
52291
# File 'lib/quickfix_fields.rb', line 52289

def UnderlyingComplexEventRateSource.field
  return 41733
end