![]() |
MarketFactory C# API 3.0
|
Public Member Functions | |
| FeedMarketView () | |
| FeedMarketID | GetErrID () |
| ComboBox | GetFeedComboBox () |
| ComboBox | GetMarketComboBox () |
| void | ReplaceBook (FeedMarketID fmID, Book book) |
| void | UpdateSubscriptions (SubscriptionEvent sub) |
| void | Watch (FeedMarketID fmID) |
Public Attributes | |
| readonly FeedMarketID | _ErrID = new FeedMarketID(-1, -1) |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
| Clean up any resources being used. More... | |
Protected Attributes | |
| Dictionary< FeedMarketID, Book > | _books |
| FeedMarketID | _fmID |
| Dictionary< FeedMarketID, SubscriptionEvent > | _subscriptions |
| FeedMarketView | ( | ) |
| FeedMarketID GetErrID | ( | ) |
Implements IFeedMarketView.
| ComboBox GetFeedComboBox | ( | ) |
Implements IFeedMarketView.
| ComboBox GetMarketComboBox | ( | ) |
Implements IFeedMarketView.
| void ReplaceBook | ( | FeedMarketID | fmID, |
| Book | book | ||
| ) |
Implements IFeedMarketView.
| void UpdateSubscriptions | ( | SubscriptionEvent | sub | ) |
Implements IFeedMarketView.
| void Watch | ( | FeedMarketID | fmID | ) |
Implements IFeedMarketView.
|
protected |
Clean up any resources being used.
| disposing | true if managed resources should be disposed; otherwise, false. |
| readonly FeedMarketID _ErrID = new FeedMarketID(-1, -1) |
|
protected |
|
protected |
|
protected |