/**
 * Represents the type of an order fill.
 */
export enum FillType {

    FILL,
    PARTIAL_FILL

}