ViewOrders
Display any orders related to the provided contact, instrument, or organization.
Intent Name
ViewOrders
Display Name
View Orders
Possible Contexts
Example
const instrument = {
    type: 'fdc3.instrument',
    name: 'Tesla, Inc.',
    id: {
        ticker: 'TSLA'
    }
}
fdc3.raiseIntent('ViewOrders', instrument)
See Also
Context
Intents