C# 클래스 Next.FeedCommands.FeedCommand

https://api.test.nordnet.se/projects/api/wiki/Feed_API_documentation#Subgroup-Subscribe-request
파일 보기 프로젝트 열기: JohanLarsson/Next

공개 메소드들

메소드 설명
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