C# 클래스 d3.Client.Services.ExchangeNotifyImpl

상속: ExchangeNotify
파일 보기 프로젝트 열기: fry/d3

공개 메소드들

메소드 설명
ExchangeNotifyImpl ( Connection connection ) : System
NotifyBidStatusChange ( Google controller, BidNotificationRequest request, Action done ) : void
NotifyOfferStatusChange ( Google controller, OfferNotificationRequest request, Action done ) : void
NotifyOrderBookStatusChange ( Google controller, OrderBookNotificationRequest request, Action done ) : void

메소드 상세

ExchangeNotifyImpl() 공개 메소드

public ExchangeNotifyImpl ( Connection connection ) : System
connection Connection
리턴 System

NotifyBidStatusChange() 공개 메소드

public NotifyBidStatusChange ( Google controller, BidNotificationRequest request, Action done ) : void
controller Google
request BidNotificationRequest
done Action
리턴 void

NotifyOfferStatusChange() 공개 메소드

public NotifyOfferStatusChange ( Google controller, OfferNotificationRequest request, Action done ) : void
controller Google
request OfferNotificationRequest
done Action
리턴 void

NotifyOrderBookStatusChange() 공개 메소드

public NotifyOrderBookStatusChange ( Google controller, OrderBookNotificationRequest request, Action done ) : void
controller Google
request OrderBookNotificationRequest
done Action
리턴 void