GetBrokerName

Description

The GetBrokerName method retrieves the name of the broker company associated with the trading account.

Syntax

public GetBrokerName(): string

Return Value

Returns a string representing the broker's name.

Example

const brokerName = this.api.GetBrokerName()
console.log(`Trading with broker: ${brokerName}`)

Last updated