All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.coherentlogic.cmr.api.fred.FlatObservation.scala Maven / Gradle / Ivy

The newest version!
package com.coherentlogic.cmr.api.fred

import java.util.Date

case class FlatObservation (realtimeStart : Date, realtimeEnd : Date, date: Date, value : BigDecimal) {
  
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy