Class: Quickfix::UnderlyingStreamCommodityRateSource

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

Returns a new instance of UnderlyingStreamCommodityRateSource.



55919
55920
55921
55922
55923
55924
55925
# File 'lib/quickfix_fields.rb', line 55919

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

Class Method Details

.fieldObject



55916
55917
55918
# File 'lib/quickfix_fields.rb', line 55916

def UnderlyingStreamCommodityRateSource.field
  return 41974
end