コード例 #1
0
 public MarketQuotesParameters WithSortDirection(MarketQuotesSortDirection sort)
 {
     SortDirection = sort;
     return this;
 }
コード例 #2
0
 public MarketQuotesParameters(MarketQuotesProperty prop, MarketQuotesSortDirection sort)
 {
     Properties = prop;
     SortDirection = sort;
     Sector = -1;
 }
コード例 #3
0
 public MarketQuotesParameters(MarketQuotesProperty prop, MarketQuotesSortDirection sort)
 {
     Properties    = prop;
     SortDirection = sort;
     Sector        = -1;
 }
コード例 #4
0
 public MarketQuotesParameters WithSortDirection(MarketQuotesSortDirection sort)
 {
     SortDirection = sort;
     return(this);
 }
コード例 #5
0
 public MarketQuotesParameters()
 {
     Properties    = MarketQuotesProperty.coname;
     SortDirection = MarketQuotesSortDirection.u;
     Sector        = -1;
 }