MngGetCopyTradeLinksByFilter¶
Returns master-order to follower-order mapping records.
Current implementation exposes read access for trade links. Links are expected to be created by runtime copy execution.
Access¶
SESSION_MANAGER, SESSION_ADMIN, SESSION_DEALER, SESSION_CRM_MANAGER, SESSION_CRM_ADMIN.
Request Parameters¶
Uses the standard table filter payload: limit, offset, optional where,
whereNot, whereIn, whereNotIn, whereBetween, whereNotBetween,
orderBy.
Response Structure¶
id, subscription_id, master_login, follower_login, master_order,
follower_order, symbol, cmd, volume, state, created_time,
updated_time.
symbol, cmd, and volume are resolved from the linked master order, with
fallback to the follower order if the master order is not available.