public MarketQuotesParameters WithSortDirection(MarketQuotesSortDirection sort)
 {
     SortDirection = sort;
     return this;
 }
 public MarketQuotesParameters(MarketQuotesProperty prop, MarketQuotesSortDirection sort)
 {
     Properties = prop;
     SortDirection = sort;
     Sector = -1;
 }
 public MarketQuotesParameters(MarketQuotesProperty prop, MarketQuotesSortDirection sort)
 {
     Properties    = prop;
     SortDirection = sort;
     Sector        = -1;
 }
 public MarketQuotesParameters WithSortDirection(MarketQuotesSortDirection sort)
 {
     SortDirection = sort;
     return(this);
 }
 public MarketQuotesParameters()
 {
     Properties    = MarketQuotesProperty.coname;
     SortDirection = MarketQuotesSortDirection.u;
     Sector        = -1;
 }