OpenInterest.fromMap constructor

OpenInterest.fromMap(
  1. Map m
)

Implementation

OpenInterest.fromMap(Map m)
    : openInterest = double.parse(m['openInterest']),
      symbol = m['symbol'],
      time = m['time'];