Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BrokerageAuthentication Classes #60

Closed
wants to merge 13 commits into from
Closed

BrokerageAuthentication Classes #60

wants to merge 13 commits into from

Conversation

QANTau
Copy link
Contributor

@QANTau QANTau commented Apr 2, 2015

As discussed last week, attempt #2 at building brokerage authentication code.

Note the initial seting of a values in OandaBrokerageAuthentication method; I'm assuming that we could display these on a drop-box in the web UI (instead of having the user enter the URL).

I'm aware that I haven't set intial values for the Oanda API anywhere yet.

/// Validate Brokerage Authentication Parameters
/// </summary>
/// <returns>true for OK (ie. no error)</returns>
public abstract bool Validate();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We may need a way of communicating what failed validation. We could possible have this return a ValidationResult instance instead of just true/false.

@QANTau
Copy link
Contributor Author

QANTau commented Apr 3, 2015

Request cancelled (to the replaced).

@QANTau QANTau closed this Apr 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants