Packages

final case class StreamMarketUpdateRequestV1(instrumentCriteria: Option[InstrumentCriteria] = _root_.scala.None, commodities: Seq[StreamMarketUpdateCommodity] = _root_.scala.Seq.empty, interval: Option[DataInterval] = _root_.scala.None, snapshotType: OrderbookSnapshotType = com.kaiko.sdk.stream.market_update_v1.StreamMarketUpdateRequestV1.OrderbookSnapshotType.UNKNOWN, unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable

StreamMarketUpdateRequestV1

instrumentCriteria

InstrumentCriteria is instrument exchange, class and code, wildcard (*) can be used.

commodities

Enum indicating type of feed. If no commodity is specified, you get all commodities by default, otherwise you get only specified commodities.

interval

Data interval. For historical data only.

snapshotType

SnapshotType is the type of snapshot if commodities contains orderbook. This field is deprecated and used anymore, only full snapshot are sent.

Annotations
@SerialVersionUID()
Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamMarketUpdateRequestV1
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new StreamMarketUpdateRequestV1(instrumentCriteria: Option[InstrumentCriteria] = _root_.scala.None, commodities: Seq[StreamMarketUpdateCommodity] = _root_.scala.Seq.empty, interval: Option[DataInterval] = _root_.scala.None, snapshotType: OrderbookSnapshotType = com.kaiko.sdk.stream.market_update_v1.StreamMarketUpdateRequestV1.OrderbookSnapshotType.UNKNOWN, unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty)

    instrumentCriteria

    InstrumentCriteria is instrument exchange, class and code, wildcard (*) can be used.

    commodities

    Enum indicating type of feed. If no commodity is specified, you get all commodities by default, otherwise you get only specified commodities.

    interval

    Data interval. For historical data only.

    snapshotType

    SnapshotType is the type of snapshot if commodities contains orderbook. This field is deprecated and used anymore, only full snapshot are sent.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addAllCommodities(__vs: Iterable[StreamMarketUpdateCommodity]): StreamMarketUpdateRequestV1
  5. def addCommodities(__vs: StreamMarketUpdateCommodity*): StreamMarketUpdateRequestV1
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clearCommodities: <error>
  8. def clearInstrumentCriteria: StreamMarketUpdateRequestV1
  9. def clearInterval: StreamMarketUpdateRequestV1
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. val commodities: Seq[StreamMarketUpdateCommodity]
  12. def companion: StreamMarketUpdateRequestV1.type
  13. def discardUnknownFields: <error>
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getField(__field: <error>): <error>
  18. def getFieldByNumber(__fieldNumber: Int): Any
  19. def getInstrumentCriteria: InstrumentCriteria
  20. def getInterval: DataInterval
  21. val instrumentCriteria: Option[InstrumentCriteria]
  22. val interval: Option[DataInterval]
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def productElementNames: Iterator[String]
    Definition Classes
    Product
  28. def serializedSize: Int
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toProtoString: String
  31. val unknownFields: <error>
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. def withCommodities(__v: Seq[StreamMarketUpdateCommodity]): StreamMarketUpdateRequestV1
  36. def withInstrumentCriteria(__v: InstrumentCriteria): StreamMarketUpdateRequestV1
  37. def withInterval(__v: DataInterval): StreamMarketUpdateRequestV1
  38. def withSnapshotType(__v: OrderbookSnapshotType): StreamMarketUpdateRequestV1
  39. def withUnknownFields(__v: <error>): <error>
  40. def writeTo(_output__: <error>): Unit

Deprecated Value Members

  1. val snapshotType: OrderbookSnapshotType
    Annotations
    @deprecated
    Deprecated

    (Since version ) Marked as deprecated in proto file

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped