StockInfoItemEntryList Data Type

Properties
name data type description
entries array of StockInfoItemEntry

Example

{
  "entries" : [ {
    "amount" : 12345.0,
    "minimum" : 12345.0,
    "nominal" : 12345.0,
    "id" : 12345
  }, {
    "amount" : 12345.0,
    "minimum" : 12345.0,
    "nominal" : 12345.0,
    "id" : 12345
  } ]
}