Property | Type | Description | |
---|---|---|---|
TestClient |
Property | Type | Description | |
---|---|---|---|
NextClient | System | ||
ResetTouchTimer | void |
Method | Description | |
---|---|---|
AccountLedgers (
|
https://api.test.nordnet.se/projects/api/wiki/REST_API_documentation#Get-account-ledgers
|
|
AccountOrders (
|
https://api.test.nordnet.se/projects/api/wiki/REST_API_documentation#Exchange-orders
|
|
AccountPositions (
|
https://api.test.nordnet.se/projects/api/wiki/REST_API_documentation#Get-account-positions
|
|
AccountSummary ( |
https://api.test.nordnet.se/projects/api/wiki/REST_API_documentation#Get-account-summary
|
|
AccountTrades (
|
https://api.test.nordnet.se/projects/api/wiki/REST_API_documentation#Exchange-trades
|
|
Accounts ( ) : Task
|
https://api.test.nordnet.se/projects/api/wiki/REST_API_documentation#Get-accounts
|
|
ChartData ( string identifier, string marketId ) : Task
|
https://api.test.nordnet.se/projects/api/wiki/REST_API_documentation#Chart-data
|
|
Countries ( string derivativeType ) : Task
|
https://api.test.nordnet.se/projects/api/wiki/REST_API_documentation#Derivatives
|
|
DeleteOrder ( string account, string orderId ) : Task |
https://api.test.nordnet.se/projects/api/wiki/REST_API_documentation#Order-delete
|
|
Derivatives ( string derivativeType ) : Task
|
https://api.test.nordnet.se/projects/api/wiki/REST_API_documentation#Derivatives
|
|
Dispose ( ) : void | ||
Encrypt ( string username, string password, |
||
Indices ( ) : Task
|
https://api.test.nordnet.se/projects/api/wiki/REST_API_documentation#Get-indices
|
|
InstrumentSearch ( |
||
InstrumentSearch ( string identifier, string marketId ) : Task |
https://api.test.nordnet.se/projects/api/wiki/REST_API_documentation#Instrument-lookup
|
|
InstrumentSearch (
|
https://api.test.nordnet.se/projects/api/wiki/REST_API_documentation#Multiple-instrument-lookup
|
|
InstrumentSearch ( string query = null, string type = null, string country = null ) : Task
|
https://api.test.nordnet.se/projects/api/wiki/REST_API_documentation#Instrument-search
|
|
ListItems ( string listId ) : Task
|
https://api.test.nordnet.se/projects/api/wiki/REST_API_documentation#Get-list-items
|
|
Lists ( ) : Task
|
https://api.test.nordnet.se/projects/api/wiki/REST_API_documentation#Get-lists
|
|
Login ( string username, string password ) : Task |
https://api.test.nordnet.se/projects/api/wiki/REST_API_documentation#Login
|
|
Logout ( ) : Task |
https://api.test.nordnet.se/projects/api/wiki/REST_API_documentation#Logout
|
|
Markets ( ) : Task
|
https://api.test.nordnet.se/projects/api/wiki/REST_API_documentation#Get-markets
|
|
ModifyOrder ( string account, string orderId, decimal newPrice, uint newVolume ) : Task |
https://api.test.nordnet.se/projects/api/wiki/REST_API_documentation#Order-modify
|
|
NewsItem ( string id ) : Task |
https://api.test.nordnet.se/projects/api/wiki/REST_API_documentation#News-item
|
|
NewsSources ( ) : Task
|
https://api.test.nordnet.se/projects/api/wiki/REST_API_documentation#News-sources
|
|
PlaceOrder ( |
https://api.test.nordnet.se/projects/api/wiki/REST_API_documentation#Order-entry
|
|
RealtimeAccess ( ) : Task
|
https://api.test.nordnet.se/projects/api/wiki/REST_API_documentation#Realtime-access
|
|
RelatedMarkets ( string marketId, string identifier ) : Task
|
https://api.test.nordnet.se/projects/api/wiki/REST_API_documentation#Related-markets
|
|
SearchNews ( string query = null, string sourceIds = null, int count = int.MaxValue, System.DateTime after = null ) : Task
|
https://api.test.nordnet.se/projects/api/wiki/REST_API_documentation#News-search
|
|
ServiceStatus ( ) : Task |
||
TickSizes ( string instrumentId ) : Task
|
https://api.test.nordnet.se/projects/api/wiki/REST_API_documentation#Get-ticksize-table
|
|
Touch ( ) : Task |
https://api.test.nordnet.se/projects/api/wiki/REST_API_documentation#Touch-session
|
|
TradingDays ( int marketId ) : Task
|
https://api.test.nordnet.se/projects/api/wiki/REST_API_documentation#Get-valid-trading-days
|
|
Underlyings ( string derivativeType, string country ) : Task
|
https://api.test.nordnet.se/projects/api/wiki/REST_API_documentation#Derivatives
|
Method | Description | |
---|---|---|
OnLoggedInChanged ( ) : void |
Method | Description | |
---|---|---|
NextClient ( |
||
ResetTouchTimer ( ) : void |
public AccountLedgers (
|
||
account | ||
return | Task
|
public AccountOrders (
|
||
account | ||
return | Task
|
public AccountPositions (
|
||
account | ||
return | Task
|
public AccountSummary ( |
||
account | ||
return | Task |
public AccountTrades (
|
||
account | ||
return | Task
|
public ChartData ( string identifier, string marketId ) : Task
|
||
identifier | string | Nordnet instrument identifier, example: 101 |
marketId | string | Nordnet market identifier, example: 11 |
return | Task
|
public Countries ( string derivativeType ) : Task
|
||
derivativeType | string | |
return | Task
|
public DeleteOrder ( string account, string orderId ) : Task |
||
account | string | |
orderId | string | |
return | Task |
public Derivatives ( string derivativeType ) : Task
|
||
derivativeType | string | |
return | Task
|
public static Encrypt ( string username, string password, |
||
username | string | |
password | string | |
rsaParameters | ||
return | string |
public InstrumentSearch ( |
||
instrumentItem | ||
return | Task |
public InstrumentSearch ( string identifier, string marketId ) : Task |
||
identifier | string | Nordnet instrument identifier, example: 101 |
marketId | string | Nordnet market identifier, example: 11 |
return | Task |
public InstrumentSearch (
|
||
descriptors | ||
return | Task
|
public InstrumentSearch ( string query = null, string type = null, string country = null ) : Task
|
||
query | string | The search string to use. Example: ERI, VOL |
type | string | The type of the instrument. Example: A, O, WNT, FND, FUT |
country | string | The country to search in. Example: SE, DK, NO, FI, DE, US, CA |
return | Task
|
public Login ( string username, string password ) : Task |
||
username | string | |
password | string | |
return | Task |
public ModifyOrder ( string account, string orderId, decimal newPrice, uint newVolume ) : Task |
||
account | string | |
orderId | string | |
newPrice | decimal | |
newVolume | uint | |
return | Task |
public PlaceOrder ( |
||
order | ||
return | Task |
public RelatedMarkets ( string marketId, string identifier ) : Task
|
||
marketId | string | |
identifier | string | |
return | Task
|
public SearchNews ( string query = null, string sourceIds = null, int count = int.MaxValue, System.DateTime after = null ) : Task
|
||
query | string | The query string if omitted or empty all news are returned for the time period and sources. |
sourceIds | string | Comma separated list of news sources. If empty or omitted all news sources that the user has the right to see is used |
count | int | Max number of items in the result |
after | System.DateTime | Specify a starting point for the search. If empty only news from today will be included in the search. |
return | Task
|
public TickSizes ( string instrumentId ) : Task
|
||
instrumentId | string | |
return | Task
|
public Underlyings ( string derivativeType, string country ) : Task
|
||
derivativeType | string | |
country | string | |
return | Task
|