export interface IPegInstructions {
    PegOffsetValue?: number;
    PegPriceType?: number;
    PegMoveType?: number;
    PegOffsetType?: number;
    PegLimitType?: number;
    PegRoundDirection?: number;
    PegScope?: number;
    PegSecurityIDSource?: string;
    PegSecurityID?: string;
    PegSymbol?: string;
    PegSecurityDesc?: string;
}
