OBJECT
TRADEINTERACTION_TYPE
This GQL type exists because the domain type 'TRADEINTERACTION' can be instantiated and is the parent of another domain type and is therefore needed as GQL interface and GQL type.
link GraphQL Schema definition
- type TRADEINTERACTION_TYPE implements LOGENTRY, TRADEINTERACTION, ORDERLOGENTRY {
- : Long
- : DateTime
- : TradeInteractionLiteral
- : SUBJECT
- : [ACKNOWLEDGEMENT]
- # Arguments
- # orderBy: [Not documented]
- # includeDeleted: [Not documented]
- (: [OrderBy], : Boolean): [ACCOUNTSEGMENT]
- : ORDER
- : LocalizedText
- : LogEntryStatus
- : LOGENTRYTYPE
- : SUBJECT
- : Long
- }