Interface Transaction

interface Transaction {
    cashTransaction: boolean;
    closeLevel: string;
    currency: string;
    date: string;
    dateUtc: Date;
    instrumentName: string;
    openDateUtc: Date;
    openLevel: string;
    period: string;
    profitAndLoss: string;
    reference: string;
    size: string;
    transactionType: string;
}

Properties

cashTransaction: boolean
closeLevel: string
currency: string
date: string
dateUtc: Date
instrumentName: string
openDateUtc: Date
openLevel: string
period: string
profitAndLoss: string
reference: string
size: string
transactionType: string