com.kaiko.sdk.stream.market_update_v1
StreamMarketUpdateRequestV1
Companion object StreamMarketUpdateRequestV1
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()
- Alphabetic
- By Inheritance
- StreamMarketUpdateRequestV1
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAllCommodities(__vs: Iterable[StreamMarketUpdateCommodity]): StreamMarketUpdateRequestV1
- def addCommodities(__vs: StreamMarketUpdateCommodity*): StreamMarketUpdateRequestV1
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearCommodities: <error>
- def clearInstrumentCriteria: StreamMarketUpdateRequestV1
- def clearInterval: StreamMarketUpdateRequestV1
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val commodities: Seq[StreamMarketUpdateCommodity]
- def companion: StreamMarketUpdateRequestV1.type
- def discardUnknownFields: <error>
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getField(__field: <error>): <error>
- def getFieldByNumber(__fieldNumber: Int): Any
- def getInstrumentCriteria: InstrumentCriteria
- def getInterval: DataInterval
- val instrumentCriteria: Option[InstrumentCriteria]
- val interval: Option[DataInterval]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toProtoString: String
- val unknownFields: <error>
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withCommodities(__v: Seq[StreamMarketUpdateCommodity]): StreamMarketUpdateRequestV1
- def withInstrumentCriteria(__v: InstrumentCriteria): StreamMarketUpdateRequestV1
- def withInterval(__v: DataInterval): StreamMarketUpdateRequestV1
- def withSnapshotType(__v: OrderbookSnapshotType): StreamMarketUpdateRequestV1
- def withUnknownFields(__v: <error>): <error>
- def writeTo(_output__: <error>): Unit
Deprecated Value Members
- val snapshotType: OrderbookSnapshotType
- Annotations
- @deprecated
- Deprecated
(Since version ) Marked as deprecated in proto file