Snapshot

case class Snapshot[T](tags: TagSet, value: T)

Snapshot of an instrument's state at a given point. Snapshots are expected to have either Long, Double or Distribution values, depending on the instrument type.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product