ib 3.0.0

A Rust client to the Interactive Brokers HTTP REST API
Documentation
/* 
 * Client Portal Web API
 *
 * Client Poral Web API
 *
 * OpenAPI spec version: 1.0.0
 * 
 * Generated by: https://github.com/swagger-api/swagger-codegen.git
 */

/// Stocks : This is an array of object(s), there could be multiple results under same symbol 

#[allow(unused_imports)]
use serde_json::Value;

#[derive(Debug, Serialize, Deserialize)]
pub struct Stocks {
}

impl Stocks {
  /// This is an array of object(s), there could be multiple results under same symbol 
  pub fn new() -> Stocks {
    Stocks {
    }
  }

}