﻿
export interface IOrderBookItemDto {
    price: string;
    quantity: string;
}
