Skip to content

Commit

Permalink
add QuoteContext::warrant_list method
Browse files Browse the repository at this point in the history
  • Loading branch information
sunli829 committed Mar 29, 2024
1 parent ca95687 commit 0ee057e
Show file tree
Hide file tree
Showing 33 changed files with 2,992 additions and 611 deletions.
7 changes: 7 additions & 0 deletions c/cbindgen.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@ cpp_compat = true
"CSecuritiesUpdateMode" = "lb_securities_update_mode_t"
"CCalcIndex" = "lb_calc_index_t"
"CSecurityCalcIndex" = "lb_security_calc_index_t"
"CSortOrderType" = "lb_sort_order_type_t"
"CWarrantSortBy" = "lb_warrant_sort_by_t"
"CFilterWarrantExpiryDate" = "lb_filter_warrant_expiry_date_t"
"CFilterWarrantInOutBoundsType" = "lb_filter_warrant_in_out_bounds_type_t"
"CWarrantStatus" = "lb_warrant_status_t"
"CWarrantInfo" = "lb_warrant_info_t"

[export]
include = [
Expand Down Expand Up @@ -146,4 +152,5 @@ include = [
"COrderDetail",
"CEstimateMaxPurchaseQuantityResponse",
"CSecurityCalcIndex",
"CWarrantInfo",
]
Loading

0 comments on commit 0ee057e

Please sign in to comment.