Internal name of the broker
If true, RealtimeCalculator
will calculate the totalValue
based on the (on realtime quotes calculated) positionValue
Describes how to obtain a SessionToken.
Default Message to show when a session is expired.
Optional
supportsIf true
, executed order lists for portfolios of this broker are expected to have the executions
array filled. Some brokers do not provide this
in lists, so that those details can only be fetched using individual getOrder
calls.
Optional
supportsIf true, the orderList of type "history" will show the commissions column
Optional
supportsIf true, the orderList of type "history" will show the purchaseQuotation and purchaseDateTime column
Optional
supportsTrue if positions can have comments.
Optional
supportsIf true, positions of this broker are expected to have the dividends
and
True if it is possible to subscribe realtime quotes for positions.
True if Session TANs are supported by this broker.
True if Session TANs can be ended without logout.
Optional
supportsIf true, the positionList and orderList of type "history" will show the swaps column
Type of the broker (Online or CfdFx)
Create a nobservable which emits whenever an order is created in a real money portfolio.
Create a session from credentials that have been acquired during the login process (or persisted from a previous session).
Optional
createGet a list of exchanges generally supported by this broker. The list can be used to offer the user to set default exchanges without an active session.
When null
is returned, no information is available.
The
Broker
provides some meta information and a descriptor (login
) of how to acquire asessionToken
which can then be used to create a session viacreateSession
.