Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Belhard
TradeService
StockTradeService
C# 클래스 Belhard.TradeService.StockTradeService
상속:
IStockTradeService
파일 보기
프로젝트 열기: bazile/Training
공개 메소드들
메소드
설명
GetQuote
(
string
ticker
) :
Quote
PublishQuote
(
Quote
quote
) :
void
메소드 상세
GetQuote()
공개
메소드
public
GetQuote
(
string
ticker
) :
Quote
ticker
string
리턴
Quote
PublishQuote()
공개
메소드
public
PublishQuote
(
Quote
quote
) :
void
quote
Quote
리턴
void