GetBrokerName
Description
Syntax
public GetBrokerName(): stringReturn Value
Example
const brokerName = this.api.GetBrokerName()
console.log(`Trading with broker: ${brokerName}`)Last updated
public GetBrokerName(): stringconst brokerName = this.api.GetBrokerName()
console.log(`Trading with broker: ${brokerName}`)Last updated