Show / Hide Table of Contents

Class StreamInfo

Inheritance
System.Object
StreamInfo
Namespace: FFT.Binance
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
Type Description
StreamType

Methods

| Improve this Doc View Source

AggregatedTrade(String)

Declaration
public static StreamInfo AggregatedTrade(string symbol)
Parameters
Type Name Description
System.String symbol
Returns
Type Description
StreamInfo
| Improve this Doc View Source

BookTicker(String)

Declaration
public static StreamInfo BookTicker(string symbol)
Parameters
Type Name Description
System.String symbol
Returns
Type Description
StreamInfo
| Improve this Doc View Source

BookTickerAllMarkets()

Declaration
public static StreamInfo BookTickerAllMarkets()
Returns
Type Description
StreamInfo
| 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
Type Description
StreamInfo
| 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
Type Description
StreamInfo
| Improve this Doc View Source

MiniTickerAllMarkets()

Declaration
public static StreamInfo MiniTickerAllMarkets()
Returns
Type Description
StreamInfo
| Improve this Doc View Source

ParseStreamType(String)

Declaration
public static StreamType ParseStreamType(string streamId)
Parameters
Type Name Description
System.String streamId
Returns
Type Description
StreamType
| 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
Type Description
StreamInfo
| Improve this Doc View Source

RawTrade(String)

Declaration
public static StreamInfo RawTrade(string symbol)
Parameters
Type Name Description
System.String symbol
Returns
Type Description
StreamInfo
| Improve this Doc View Source

Ticker(String)

Declaration
public static StreamInfo Ticker(string symbol)
Parameters
Type Name Description
System.String symbol
Returns
Type Description
StreamInfo
| Improve this Doc View Source

TickerAllMarkets()

Declaration
public static StreamInfo TickerAllMarkets()
Returns
Type Description
StreamInfo
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX