wire_OrderMatching_new method
WireSyncRust2DartDco
wire_OrderMatching_new(
- int account_id,
- int sub_account_id,
- int taker,
- int maker,
- Pointer<
wire_cst_list_prim_u_8_strict> fee, - int fee_token,
- Pointer<
wire_cst_list_Auto_Owned_RustOpaque_flutter_rust_bridgefor_generatedrust_asyncRwLockContractPrice> contract_prices, - Pointer<
wire_cst_list_Auto_Owned_RustOpaque_flutter_rust_bridgefor_generatedrust_asyncRwLockSpotPriceInfo> margin_prices, - Pointer<
wire_cst_list_prim_u_8_strict> expect_base_amount, - Pointer<
wire_cst_list_prim_u_8_strict> expect_quote_amount,
Implementation
WireSyncRust2DartDco wire_OrderMatching_new(
int account_id,
int sub_account_id,
int taker,
int maker,
ffi.Pointer<wire_cst_list_prim_u_8_strict> fee,
int fee_token,
ffi.Pointer<
wire_cst_list_Auto_Owned_RustOpaque_flutter_rust_bridgefor_generatedrust_asyncRwLockContractPrice>
contract_prices,
ffi.Pointer<
wire_cst_list_Auto_Owned_RustOpaque_flutter_rust_bridgefor_generatedrust_asyncRwLockSpotPriceInfo>
margin_prices,
ffi.Pointer<wire_cst_list_prim_u_8_strict> expect_base_amount,
ffi.Pointer<wire_cst_list_prim_u_8_strict> expect_quote_amount,
) {
return _wire_OrderMatching_new(
account_id,
sub_account_id,
taker,
maker,
fee,
fee_token,
contract_prices,
margin_prices,
expect_base_amount,
expect_quote_amount,
);
}