Filter inputs
Name | Type | Description | Mandatory | Available from version | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
BrickIds | Guid[] | AccountTransaction | Guid | BusinessTransaction | Guid | LotAccountTransaction | Guid | LotBusinessTransaction | Guid | AcqusitionValue | double | Quantity | decimal |
...
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 | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AccountTransactionExitBusinessTransaction | Guid | BusinessTransaction | Guid | LotAccountTransaction | Guid | LotBusinessTransaction | Guid | AcquisitionValue | double | Quantity | decimal |
Code examples
C# - Get all account types from a BFS instance
...
language | c# |
---|
...
The 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. |