nordnet-model 0.1.0

Pure data types and crypto for the Nordnet External API v2 (no I/O).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// GENERATED — do not hand-edit. Regenerate with `cargo xtask gen-mods`.
pub mod accounts;
pub mod countries;
pub mod instrument_search;
pub mod instruments;
pub mod login;
pub mod main_search;
pub mod markets;
pub mod news;
pub mod orders;
pub mod root;
pub mod shared;
pub mod tick_sizes;
pub mod tradables;