data class StockbrotQuote
StockbrotQuote database entity.
<init> |
StockbrotQuote database entity. StockbrotQuote(id: String, symbol: String, type: Type, limitedBuying: Boolean, buyLimit: Double, maximumBuyPrice: Double, minimumSellPrice: Double) |
buyLimit |
Value of the buy limit. val buyLimit: Double |
id |
Primary key, that identifies the stockbrotQuote. val id: String |
limitedBuying |
Boolean that indicates if a buy limit is set to the stockbrotQuote. val limitedBuying: Boolean |
maximumBuyPrice |
Value of the maximum buy price. val maximumBuyPrice: Double |
minimumSellPrice |
Value of the minimum sell price. val minimumSellPrice: Double |
symbol |
Symbol of the stockbrotQuote. val symbol: String |
type |
Type Symbol.Type of the stockbrotQuote. val type: Type |