futu_proto/
qot_option_indicator_modules.rs1pub mod qot_get_option_market_statistic {
2 include!(concat!(
3 env!("OUT_DIR"),
4 "/qot_get_option_market_statistic.rs"
5 ));
6}
7
8pub mod qot_get_option_rank {
9 include!(concat!(env!("OUT_DIR"), "/qot_get_option_rank.rs"));
10}
11
12pub mod qot_get_option_event {
13 include!(concat!(env!("OUT_DIR"), "/qot_get_option_event.rs"));
14}
15
16pub mod qot_get_option_event_alert {
17 include!(concat!(env!("OUT_DIR"), "/qot_get_option_event_alert.rs"));
18}
19
20pub mod qot_set_option_event_alert {
21 include!(concat!(env!("OUT_DIR"), "/qot_set_option_event_alert.rs"));
22}
23
24pub mod qot_get_option_zero_dte_screener {
25 include!(concat!(
26 env!("OUT_DIR"),
27 "/qot_get_option_zero_dte_screener.rs"
28 ));
29}
30pub mod qot_get_option_zero_dte_contract {
31 include!(concat!(
32 env!("OUT_DIR"),
33 "/qot_get_option_zero_dte_contract.rs"
34 ));
35}
36pub mod qot_get_option_earnings_screener {
37 include!(concat!(
38 env!("OUT_DIR"),
39 "/qot_get_option_earnings_screener.rs"
40 ));
41}
42pub mod qot_get_option_seller_screener {
43 include!(concat!(
44 env!("OUT_DIR"),
45 "/qot_get_option_seller_screener.rs"
46 ));
47}
48
49pub mod qot_get_option_underlying_rank {
50 include!(concat!(
51 env!("OUT_DIR"),
52 "/qot_get_option_underlying_rank.rs"
53 ));
54}
55
56pub mod qot_get_option_underlying_his_statistic {
57 include!(concat!(
58 env!("OUT_DIR"),
59 "/qot_get_option_underlying_his_statistic.rs"
60 ));
61}
62
63pub mod qot_get_option_underlying_his_volatility {
64 include!(concat!(
65 env!("OUT_DIR"),
66 "/qot_get_option_underlying_his_volatility.rs"
67 ));
68}
69
70pub mod qot_get_option_underlying_overview {
71 include!(concat!(
72 env!("OUT_DIR"),
73 "/qot_get_option_underlying_overview.rs"
74 ));
75}
76
77pub mod qot_get_option_volatility {
78 include!(concat!(env!("OUT_DIR"), "/qot_get_option_volatility.rs"));
79}
80
81pub mod qot_get_option_strategy {
82 include!(concat!(env!("OUT_DIR"), "/qot_get_option_strategy.rs"));
83}
84
85pub mod qot_get_option_strategy_analysis {
86 include!(concat!(
87 env!("OUT_DIR"),
88 "/qot_get_option_strategy_analysis.rs"
89 ));
90}
91
92pub mod qot_get_option_strategy_spread {
93 include!(concat!(
94 env!("OUT_DIR"),
95 "/qot_get_option_strategy_spread.rs"
96 ));
97}
98
99pub mod qot_get_indicator_list {
100 include!(concat!(env!("OUT_DIR"), "/qot_get_indicator_list.rs"));
101}
102
103pub mod qot_request_indicator_calc {
104 include!(concat!(env!("OUT_DIR"), "/qot_request_indicator_calc.rs"));
105}
106
107pub mod qot_push_indicator_calc {
108 include!(concat!(env!("OUT_DIR"), "/qot_push_indicator_calc.rs"));
109}