Docs.rs
ctrader-fix-0.3.10
ctrader-fix 0.3.10
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
geminik23
Dependencies
async-macros ^2.0
normal
async-std ^1.12
normal
async-trait ^0.1
normal
chrono ^0.4
normal
log ^0.4
normal
num_enum ^0.6
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^1.0
normal
uuid ^1.3
normal
async-std ^1.12
dev
dotenv ^0.15
dev
env_logger ^0.10
dev
Versions
11.34%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
TradeCallback
TradeCallback
In cfix::types
Structs
Config
DepthPrice
ExecutionReport
OrderReport
ParseError
PositionReport
SpotPrice
SymbolInformation
Enums
Error
ExecutionType
Field
IncrementalRefresh
InternalMDResult
MarketType
OrderStatus
OrderType
PriceType
Side
SubID
TimeInForce
Constants
DELIMITER
Traits
ConnectionHandler
MarketDataHandler
TradeDataHandler
Type Definitions
MarketCallback
TradeCallback
?
Type Definition
cfix
::
types
::
TradeCallback
source
·
[
−
]
pub type TradeCallback =
Arc
<dyn
Fn
(ResponseMessage) +
Send
+
Sync
>;