CustodyTransactionSearchRequestModel class abstract
Search parameters for the search for transactions in a custody account.
Properties:
- orderId - Internal brokerage order identifier from
searchBrokerageOrders(orders[].id), if filtering custody transactions by order. - positionId - Internal custody position identifier from
CustodyPositionsSearchResponse.positions[].id, returned bysearchCustodyPositions. Pass this value ascustodyAccountPositionIdfor position details. Do not use securityId, security number, portfolioId, or custodyAccountId as position ID.
- Annotations
-
- @BuiltValue.new()
Constructors
- CustodyTransactionSearchRequestModel([void updates(CustodyTransactionSearchRequestModelBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- orderId → String?
-
Internal brokerage order identifier from
searchBrokerageOrders(orders[].id), if filtering custody transactions by order.no setter - positionId → String?
-
Internal custody position identifier from
CustodyPositionsSearchResponse.positions[].id, returned bysearchCustodyPositions. Pass this value ascustodyAccountPositionIdfor position details. Do not use securityId, security number, portfolioId, or custodyAccountId as position ID.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(CustodyTransactionSearchRequestModelBuilder)) → CustodyTransactionSearchRequestModel -
Rebuilds the instance.
inherited
-
toBuilder(
) → CustodyTransactionSearchRequestModelBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
CustodyTransactionSearchRequestModel> -
no setter