Module inventory

Module inventory 

Source
Expand description

Inventory type representing a collection of positions.

An Inventory tracks the holdings of an account as a collection of Positions. It provides methods for adding and reducing positions using different booking methods (FIFO, LIFO, STRICT, NONE).

Structs§

ArchivedInventory
An archived Inventory
BookingResult
Result of a booking operation.
Inventory
An inventory is a collection of positions.
InventoryResolver
The resolver for an archived Inventory

Enums§

ArchivedBookingMethod
An archived BookingMethod
BookingError
Error that can occur during booking.
BookingMethod
Booking method determines how lots are matched when reducing positions.
BookingMethodResolver
The resolver for an archived BookingMethod