Advertisement
Guest User

Untitled

a guest
Dec 7th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. double AgentCommissionProcessor::CalcRate(const TradeRecord* tr, const UserInfo* user) const
  2. {
  3. char quoted[4] = {};
  4. memcpy(quoted, tr->symbol + 3, 3);
  5. return ServerApi()->TradesCalcRates(user->group, quoted, user->grp.currency);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement