ib/models/futures.rs
1/*
2 * Client Portal Web API
3 *
4 * Client Poral Web API
5 *
6 * OpenAPI spec version: 1.0.0
7 *
8 * Generated by: https://github.com/swagger-api/swagger-codegen.git
9 */
10
11
12#[allow(unused_imports)]
13use serde_json::Value;
14
15#[derive(Debug, Serialize, Deserialize)]
16pub struct Futures {
17}
18
19impl Futures {
20 pub fn new() -> Futures {
21 Futures {
22 }
23 }
24
25}
26
27
28