Guest User

Untitled

a guest
Oct 9th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. using (var mt = new ClrWrapper (new ConnectionParameters { Login = 123456, Password = "managerPassword", Server = "serverIp:serverPort" }))
  2. {
  3. var user = new UserRecord
  4. {
  5. Group = "demoforex",
  6. Leverage = 100,
  7. Name = "Test account",
  8. Password = "qwe123",
  9. PasswordInvestor = "qwe123"
  10. };
  11.  
  12. var result = mt.UserRecordNew(user);
  13. }
Add Comment
Please, Sign In to add comment