Filter inputs
Name | Type | Description | Mandatory | Available from version | |||
---|---|---|---|---|---|---|---|
BrickIds | Guid[] | Keys | string[] | AccountNoSeriesKey | string | int | bool |
...
Filter by an array of BrickIds. A BrickId is the internal ID of a related fifo lot. | 2024-12-04 | |||
ExitBusinessTransactions | Guid[] | Filter by exit business transaction. | 2024-12-04 |
Response rows
Name | Type | Description | Available from version | ||
---|---|---|---|---|---|
BrickIdExitBusinessTransaction | Guid | The BrickId (unique id) of the account type | Key | string | The account type key of the account type |
Code examples
C# - Get all account types from a BFS instance
...
language | c# |
---|
...
business transaction that was created when doing sell, redemption or similar transactions. | |||
EntryBusinessTransaction | Guid | The business transaction that was created when doing buy, subscription or similar transactions. | |
AcquisitionValue | double | The acquisition value for the fifo lot (in the currency of traded instrument). | |
Quantity | decimal | The quantity of the fifo lot. |