Class ProfitAnalysisDetail

    • Field Detail

      • profit

        public BigDecimal profit
        Total profit/loss.
      • underlyingDetails

        public ProfitDetails underlyingDetails
        Underlying stock P&L details.
      • derivativePnlDetails

        public ProfitDetails derivativePnlDetails
        Derivative P&L details.
      • name

        public String name
        Security name.
      • updatedAt

        public String updatedAt
        Last updated time (unix timestamp string).
      • updatedDate

        public String updatedDate
        Last updated date string.
      • currency

        public String currency
        Currency.
      • defaultTag

        public int defaultTag
        Default detail tab: 0 = underlying, 1 = derivative.
      • start

        public String start
        Query start time (unix timestamp string).
      • end

        public String end
        Query end time (unix timestamp string).
      • startDate

        public String startDate
        Query start date string.
      • endDate

        public String endDate
        Query end date string.
    • Constructor Detail

      • ProfitAnalysisDetail

        public ProfitAnalysisDetail()