export interface IMatchingInstructions {
    MatchInst?: number;
    MatchInstMarketID?: string;
    MatchAttribTagID?: string;
    MatchAttribValue?: string;
}
