the problem:
Each trade has a value that indicates the transaction amount in dollars and a text indicating if the client´s sector is "Public" or "Private". They implement the following interface:
interface ITrade
{
double Value { get; }
string ClientSector { get; }
}
Currently, there are three categories:
LOWRISK: Trades with value less...
User Profile
Collapse
-
yugioh started a topic develop in a way that is easier to adapt to these changes, without having to edit thein Javadevelop in a way that is easier to adapt to these changes, without having to edit the
No activity results to display
Show More