Skip to main content

InstrumentCoreInfo.Builder

Package: velox.api.layer1.data

Type: Class

Enclosing class: InstrumentCoreInfo

Inheritance:

  • java.lang.Object
  • velox.api.layer1.data.InstrumentCoreInfo.BuilderBase<InstrumentCoreInfo.Builder>
  • velox.api.layer1.data.InstrumentCoreInfo.Builder

Fields​

Fields inherited from class velox.api.layer1.data.InstrumentCoreInfo.BuilderBase:

  • exchange
  • symbol
  • type

Constructors​

Builder​

public Builder()

Methods​

self​

protected InstrumentCoreInfo.Builder self()

Specified by: self in class InstrumentCoreInfo.BuilderBase<InstrumentCoreInfo.Builder>

build​

public InstrumentCoreInfo build()

Specified by: build in class InstrumentCoreInfo.BuilderBase<InstrumentCoreInfo.Builder>


Methods inherited from class velox.api.layer1.data.InstrumentCoreInfo.BuilderBase:

  • getExchange()
  • getSymbol()
  • getType()
  • setExchange(String)
  • setFieldsFrom(InstrumentCoreInfo)
  • setSymbol(String)
  • setType(String)

Methods inherited from class java.lang.Object:

  • clone()
  • equals(Object)
  • finalize()
  • getClass()
  • hashCode()
  • notify()
  • notifyAll()
  • toString()
  • wait()
  • wait(long)
  • wait(long, int)