Class: Quickfix::UnderlyingStreamCommodityRateSource

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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