Constant CMD_QUERY_FUND
pub const CMD_QUERY_FUND: u16 = 4704; // 4_704u16Expand description
资金查询 base command ID。真实 GetFunds 不直接发此 cmd:C++ real 分支
走 CMD3020 AccountInfoReq;SIM 分支走 registry 中的 14704。
注意:4704 不是模拟账户资金 wire cmd。
pub const CMD_QUERY_FUND: u16 = 4704; // 4_704u16资金查询 base command ID。真实 GetFunds 不直接发此 cmd:C++ real 分支
走 CMD3020 AccountInfoReq;SIM 分支走 registry 中的 14704。
注意:4704 不是模拟账户资金 wire cmd。