futu_proto/
proto_qot_option.rs1use super::qot_common;
12
13pub mod qot_option_common {
14 include!(concat!(env!("OUT_DIR"), "/qot_option_common.rs"));
15}
16
17pub mod qot_get_option_chain {
18 include!(concat!(env!("OUT_DIR"), "/qot_get_option_chain.rs"));
19}
20
21pub mod qot_get_option_quote {
22 include!(concat!(env!("OUT_DIR"), "/qot_get_option_quote.rs"));
23}
24
25pub mod qot_get_option_exercise_probability {
26 include!(concat!(
27 env!("OUT_DIR"),
28 "/qot_get_option_exercise_probability.rs"
29 ));
30}
31
32pub mod qot_get_option_expiration_date {
33 include!(concat!(
34 env!("OUT_DIR"),
35 "/qot_get_option_expiration_date.rs"
36 ));
37}
38
39include!("qot_option_indicator_modules.rs");
40
41pub mod qot_option_screen {
42 include!(concat!(env!("OUT_DIR"), "/qot_option_screen.rs"));
43}
44
45pub mod qot_update_option_event {
46 include!(concat!(env!("OUT_DIR"), "/qot_update_option_event.rs"));
47}