Skip to content

Commit 25405c0

Browse files
authored
Add cloid to OpenOrdersResponse (#110)
Tested on the `info` bin
1 parent 697910d commit 25405c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/info/response_structs.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ pub struct OpenOrdersResponse {
3737
pub side: String,
3838
pub sz: String,
3939
pub timestamp: u64,
40+
pub cloid: Option<String>,
4041
}
4142

4243
#[derive(serde::Deserialize, Debug)]

0 commit comments

Comments
 (0)