Enum AllocationTiming
The timing allocation amounts are effective from on a given date
Namespace: LemonEdge.API.Entities
Assembly: API.dll
Syntax
public enum AllocationTiming : short
Fields
Name | Description |
---|---|
EndOfDay | Indicates allocations are valid from the end of the day, effectively matching on date + 1 |
StartOfDay | Indicates allocations are valid from the beginning of the day, effectively matching on date |