wire_ContractMatching_new method

Implementation

WireSyncRust2DartDco wire_ContractMatching_new(
  int account_id,
  int sub_account_id,
  int taker,
  ffi.Pointer<
          wire_cst_list_Auto_Owned_RustOpaque_flutter_rust_bridgefor_generatedrust_asyncRwLockContract>
      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,
) {
  return _wire_ContractMatching_new(
    account_id,
    sub_account_id,
    taker,
    maker,
    fee,
    fee_token,
    contract_prices,
    margin_prices,
  );
}