Class: Quickfix::UnderlyingComplexEventRateSourceType

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

Returns a new instance of UnderlyingComplexEventRateSourceType.



52305
52306
52307
52308
52309
52310
52311
# File 'lib/quickfix_fields.rb', line 52305

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

Class Method Details

.fieldObject



52302
52303
52304
# File 'lib/quickfix_fields.rb', line 52302

def UnderlyingComplexEventRateSourceType.field
  return 41734
end