Motif API
GitHub
Motif
Preparing search index...
types/adi/brokerage-account-group-api
BrokerageAccountGroup
Interface BrokerageAccountGroup
interface
BrokerageAccountGroup
{
display
:
string
;
type
:
"Single"
|
"All"
;
upperDisplay
:
string
;
compareTo
(
other
:
BrokerageAccountGroup
)
:
ComparisonResult
;
isAll
()
:
boolean
;
isEqualTo
(
other
:
BrokerageAccountGroup
)
:
boolean
;
isSingle
()
:
boolean
;
}
Hierarchy (
View Summary
)
BrokerageAccountGroup
SingleBrokerageAccountGroup
AllBrokerageAccountGroup
Index
Properties
display
type
upper
Display
Methods
compare
To
is
All
is
Equal
To
is
Single
Properties
Readonly
display
display
:
string
Readonly
type
type
:
"Single"
|
"All"
Readonly
upper
Display
upperDisplay
:
string
Methods
compare
To
compareTo
(
other
:
BrokerageAccountGroup
)
:
ComparisonResult
Parameters
other
:
BrokerageAccountGroup
Returns
ComparisonResult
is
All
isAll
()
:
boolean
Returns
boolean
is
Equal
To
isEqualTo
(
other
:
BrokerageAccountGroup
)
:
boolean
Parameters
other
:
BrokerageAccountGroup
Returns
boolean
is
Single
isSingle
()
:
boolean
Returns
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
display
type
upper
Display
Methods
compare
To
is
All
is
Equal
To
is
Single
GitHub
Motif
Motif API
Loading...