Source: stream/rate/rate_stream__init.pro
rate_stream::init
constructor for a rates data stream (in fact it only passes a
few things on to the generic constructor).
(Usage:)
strid=obj_new('rate_stream', type, parent, name)
Arguments:
type string Stream type.
parent objref The reference of the dataset to which the
stream is attached.
name string A mnemonic name for the stream.
History:
Original: 19/11/99; SJT
Added parent: 1/2/00; SJT