Class StreamInfo
Inheritance
System.Object
StreamInfo
Assembly: FFT.Binance.dll
Syntax
public sealed class StreamInfo : object
Properties
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Type
Declaration
public StreamType Type { get; }
Property Value
Methods
|
Improve this Doc
View Source
AggregatedTrade(String)
Declaration
public static StreamInfo AggregatedTrade(string symbol)
Parameters
| Type |
Name |
Description |
| System.String |
symbol |
|
Returns
|
Improve this Doc
View Source
BookTicker(String)
Declaration
public static StreamInfo BookTicker(string symbol)
Parameters
| Type |
Name |
Description |
| System.String |
symbol |
|
Returns
|
Improve this Doc
View Source
BookTickerAllMarkets()
Declaration
public static StreamInfo BookTickerAllMarkets()
Returns
|
Improve this Doc
View Source
Equals(Nullable<Object>)
Declaration
public override bool Equals(object? obj)
Parameters
| Type |
Name |
Description |
| System.Nullable<System.Object> |
obj |
|
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
FullDepth(String, Boolean)
Declaration
public static StreamInfo FullDepth(string symbol, bool rapid)
Parameters
| Type |
Name |
Description |
| System.String |
symbol |
|
| System.Boolean |
rapid |
|
Returns
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
MiniTicker(String)
Declaration
public static StreamInfo MiniTicker(string symbol)
Parameters
| Type |
Name |
Description |
| System.String |
symbol |
|
Returns
|
Improve this Doc
View Source
MiniTickerAllMarkets()
Declaration
public static StreamInfo MiniTickerAllMarkets()
Returns
|
Improve this Doc
View Source
ParseStreamType(String)
Declaration
public static StreamType ParseStreamType(string streamId)
Parameters
| Type |
Name |
Description |
| System.String |
streamId |
|
Returns
|
Improve this Doc
View Source
PartialDepth(String, Int32, Boolean)
Declaration
public static StreamInfo PartialDepth(string symbol, int numLevels, bool rapid)
Parameters
| Type |
Name |
Description |
| System.String |
symbol |
|
| System.Int32 |
numLevels |
|
| System.Boolean |
rapid |
|
Returns
|
Improve this Doc
View Source
RawTrade(String)
Declaration
public static StreamInfo RawTrade(string symbol)
Parameters
| Type |
Name |
Description |
| System.String |
symbol |
|
Returns
|
Improve this Doc
View Source
Ticker(String)
Declaration
public static StreamInfo Ticker(string symbol)
Parameters
| Type |
Name |
Description |
| System.String |
symbol |
|
Returns
|
Improve this Doc
View Source
TickerAllMarkets()
Declaration
public static StreamInfo TickerAllMarkets()
Returns