OpenInterestStatistics.fromMap constructor

OpenInterestStatistics.fromMap(
  1. Map m
)

Implementation

OpenInterestStatistics.fromMap(Map m)
    : symbol = m['symbol'],
      sumOpenInterest = double.parse(m['sumOpenInterest']),
      sumOpenInterestValue = double.parse(m['sumOpenInterestValue']),
      timestamp = double.parse(m['timestamp']);