Expand description
Mock Syncers for testing backend integration without real API calls.
Re-exports§
pub use crate::account_syncer::SyncError;pub use crate::account_syncer::SyncResult;
Structs§
- Account
Sync Call - Recorded account-sync call for assertions.
- Fill
- A fill from userFills
- Mock
Account Syncer - Mock account syncer for snapshot-account strategies.
- Mock
Trade Syncer - Mock trade syncer for fill-based strategies.
- Position
Info - Position payload recorded by the account mock.
- Trade
Sync Call - Recorded trade-sync call for assertions.