SecurityListingResponseDto

constructor(id: String, rate: BigDecimal, securitySymbol: String? = null, roundLot: BigDecimal? = null, rateDatetime: OffsetDateTime? = null)

Parameters

id

Unique identifier of the Security

rate

Security rate (unit price or percentage). Corresponds to the previous day valuation price.

securitySymbol

Symbol for a security.

roundLot

A round lot is a standard number of securities traded on a stock exchange. For stocks, a round lot is 100 shares or a larger number that can be evenly divided by 100. For bonds, a round lot is usually equal to $100,000. It is sometimes also referred to as a normal trading unit and can be compared to an odd lot.

rateDatetime

Date and time of origin of the security rate.