C# 클래스 Next.FeedCommands.SubscribeNewsArgs

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

공개 메소드들

메소드 설명
SubscribeNewsArgs ( NewsSource newsSource, bool delay = false ) : System
SubscribeNewsArgs ( int newsSourceId, bool delay = false ) : System
ToString ( ) : string

메소드 상세

SubscribeNewsArgs() 공개 메소드

public SubscribeNewsArgs ( NewsSource newsSource, bool delay = false ) : System
newsSource Next.Dtos.NewsSource
delay bool
리턴 System

SubscribeNewsArgs() 공개 메소드

public SubscribeNewsArgs ( int newsSourceId, bool delay = false ) : System
newsSourceId int
delay bool
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string