bullet-ws-interface 0.1.2

WebSocket message types for the Bullet trading API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# bullet-ws-interface

[![Crates.io](https://img.shields.io/crates/v/bullet-ws-interface.svg)](https://crates.io/crates/bullet-ws-interface)
[![Documentation](https://docs.rs/bullet-ws-interface/badge.svg)](https://docs.rs/bullet-ws-interface)
[![License: MIT](https://img.shields.io/crates/l/bullet-ws-interface.svg)](LICENSE)

WebSocket message types for the Bullet trading API. Defines the request/response and event payload schemas exchanged over the public WebSocket endpoints.

## Install

```sh
cargo add bullet-ws-interface
```

## License

MIT