C# Класс Next.FeedCommands.FeedCommand

https://api.test.nordnet.se/projects/api/wiki/Feed_API_documentation#Subgroup-Subscribe-request
Показать файл Открыть проект

Открытые методы

Метод Описание
Login ( string service, string sessionKey ) : FeedCommand
SubscribeAll ( InstrumentDescriptor instrument ) : FeedCommand[]

Returns an array of commands to subscribe everything for instrument https://api.test.nordnet.se/projects/api/wiki/Feed_API_documentation#The-public-trade-and-price-feed

SubscribeDepth ( InstrumentDescriptor instrument ) : FeedCommand
SubscribeIndex ( InstrumentDescriptor instrument ) : FeedCommand
SubscribeNews ( NewsSource newsSource, bool delay = false ) : FeedCommand
SubscribePrice ( InstrumentDescriptor instrument ) : FeedCommand
SubscribeTrade ( InstrumentDescriptor instrument ) : FeedCommand
SubscribeTradingStatus ( InstrumentDescriptor instrument ) : FeedCommand
UnSubscribeAll ( InstrumentDescriptor instrument ) : FeedCommand[]

Returns an array of commands to subscribe everything for instrument https://api.test.nordnet.se/projects/api/wiki/Feed_API_documentation#The-public-trade-and-price-feed

UnSubscribeDepth ( InstrumentDescriptor instrument ) : FeedCommand
UnSubscribeIndex ( InstrumentDescriptor instrument ) : FeedCommand
UnSubscribeNews ( NewsSource newsSource, bool delay = false ) : FeedCommand
UnSubscribePrice ( InstrumentDescriptor instrument ) : FeedCommand
UnSubscribeTrade ( InstrumentDescriptor instrument ) : FeedCommand
UnSubscribeTradingStatus ( InstrumentDescriptor instrument ) : FeedCommand

Описание методов

Login() публичный статический Метод

public static Login ( string service, string sessionKey ) : FeedCommand
service string
sessionKey string
Результат FeedCommand

SubscribeAll() публичный статический Метод

Returns an array of commands to subscribe everything for instrument https://api.test.nordnet.se/projects/api/wiki/Feed_API_documentation#The-public-trade-and-price-feed
public static SubscribeAll ( InstrumentDescriptor instrument ) : FeedCommand[]
instrument Next.Dtos.InstrumentDescriptor
Результат FeedCommand[]

SubscribeDepth() публичный статический Метод

public static SubscribeDepth ( InstrumentDescriptor instrument ) : FeedCommand
instrument Next.Dtos.InstrumentDescriptor
Результат FeedCommand

SubscribeIndex() публичный статический Метод

public static SubscribeIndex ( InstrumentDescriptor instrument ) : FeedCommand
instrument Next.Dtos.InstrumentDescriptor
Результат FeedCommand

SubscribeNews() публичный статический Метод

public static SubscribeNews ( NewsSource newsSource, bool delay = false ) : FeedCommand
newsSource Next.Dtos.NewsSource
delay bool
Результат FeedCommand

SubscribePrice() публичный статический Метод

public static SubscribePrice ( InstrumentDescriptor instrument ) : FeedCommand
instrument Next.Dtos.InstrumentDescriptor
Результат FeedCommand

SubscribeTrade() публичный статический Метод

public static SubscribeTrade ( InstrumentDescriptor instrument ) : FeedCommand
instrument Next.Dtos.InstrumentDescriptor
Результат FeedCommand

SubscribeTradingStatus() публичный статический Метод

public static SubscribeTradingStatus ( InstrumentDescriptor instrument ) : FeedCommand
instrument Next.Dtos.InstrumentDescriptor
Результат FeedCommand

UnSubscribeAll() публичный статический Метод

Returns an array of commands to subscribe everything for instrument https://api.test.nordnet.se/projects/api/wiki/Feed_API_documentation#The-public-trade-and-price-feed
public static UnSubscribeAll ( InstrumentDescriptor instrument ) : FeedCommand[]
instrument Next.Dtos.InstrumentDescriptor
Результат FeedCommand[]

UnSubscribeDepth() публичный статический Метод

public static UnSubscribeDepth ( InstrumentDescriptor instrument ) : FeedCommand
instrument Next.Dtos.InstrumentDescriptor
Результат FeedCommand

UnSubscribeIndex() публичный статический Метод

public static UnSubscribeIndex ( InstrumentDescriptor instrument ) : FeedCommand
instrument Next.Dtos.InstrumentDescriptor
Результат FeedCommand

UnSubscribeNews() публичный статический Метод

public static UnSubscribeNews ( NewsSource newsSource, bool delay = false ) : FeedCommand
newsSource Next.Dtos.NewsSource
delay bool
Результат FeedCommand

UnSubscribePrice() публичный статический Метод

public static UnSubscribePrice ( InstrumentDescriptor instrument ) : FeedCommand
instrument Next.Dtos.InstrumentDescriptor
Результат FeedCommand

UnSubscribeTrade() публичный статический Метод

public static UnSubscribeTrade ( InstrumentDescriptor instrument ) : FeedCommand
instrument Next.Dtos.InstrumentDescriptor
Результат FeedCommand

UnSubscribeTradingStatus() публичный статический Метод

public static UnSubscribeTradingStatus ( InstrumentDescriptor instrument ) : FeedCommand
instrument Next.Dtos.InstrumentDescriptor
Результат FeedCommand