Lean
$LEAN_TAG$
|
Defines a transport mechanism for data from its source into various reader methods More...
Public Member Functions | |
string | ReadLine () |
Gets the next line/batch of content from the stream More... | |
Properties | |
SubscriptionTransportMedium | TransportMedium [get] |
Gets the transport medium of this stream reader More... | |
bool | EndOfStream [get] |
Gets whether or not there's more data to be read in the stream More... | |
StreamReader | StreamReader [get] |
Direct access to the StreamReader instance More... | |
bool | ShouldBeRateLimited [get] |
Gets whether or not this stream reader should be rate limited More... | |
Defines a transport mechanism for data from its source into various reader methods
Definition at line 25 of file IStreamReader.cs.
string QuantConnect.Interfaces.IStreamReader.ReadLine | ( | ) |
Gets the next line/batch of content from the stream
Implemented in QuantConnect.Lean.Engine.DataFeeds.Transport.RemoteFileSubscriptionStreamReader, QuantConnect.Lean.Engine.DataFeeds.Transport.LocalFileSubscriptionStreamReader, QuantConnect.Lean.Engine.DataFeeds.Transport.ObjectStoreSubscriptionStreamReader, and QuantConnect.Lean.Engine.DataFeeds.Transport.RestSubscriptionStreamReader.
|
get |
Gets the transport medium of this stream reader
Definition at line 30 of file IStreamReader.cs.
|
get |
Gets whether or not there's more data to be read in the stream
Definition at line 35 of file IStreamReader.cs.
|
get |
Direct access to the StreamReader instance
Definition at line 45 of file IStreamReader.cs.
|
get |
Gets whether or not this stream reader should be rate limited
Definition at line 50 of file IStreamReader.cs.