public class InstrumentUpdateBuilder extends Object
InstrumentUpdate
.Modifier and Type | Method and Description |
---|---|
com.addicticks.avenuemq.dto.InstrumentUpdate |
build() |
static InstrumentUpdateBuilder |
builder()
Creates a new builder.
|
InstrumentUpdateBuilder |
withDataTimestamp(OffsetDateTime dataTimestamp) |
InstrumentUpdateBuilder |
withFields(List<com.addicticks.avenuemq.dto.FieldData> fields) |
InstrumentUpdateBuilder |
withInstrumentId(com.addicticks.avenuemq.dto.InstrumentId instrumentId) |
InstrumentUpdateBuilder |
withInstrumentState(com.addicticks.avenuemq.dto.InstrumentState instrumentState) |
InstrumentUpdateBuilder |
withSolicited(Boolean solicited) |
InstrumentUpdateBuilder |
withUpdateType(com.addicticks.avenuemq.dto.InstrumentUpdate.UpdateType updateType) |
public static InstrumentUpdateBuilder builder()
public InstrumentUpdateBuilder withDataTimestamp(OffsetDateTime dataTimestamp)
public InstrumentUpdateBuilder withUpdateType(com.addicticks.avenuemq.dto.InstrumentUpdate.UpdateType updateType)
public InstrumentUpdateBuilder withSolicited(Boolean solicited)
public InstrumentUpdateBuilder withInstrumentId(com.addicticks.avenuemq.dto.InstrumentId instrumentId)
public InstrumentUpdateBuilder withFields(List<com.addicticks.avenuemq.dto.FieldData> fields)
public InstrumentUpdateBuilder withInstrumentState(com.addicticks.avenuemq.dto.InstrumentState instrumentState)
public com.addicticks.avenuemq.dto.InstrumentUpdate build()
Copyright © 2019 Addicticks. All rights reserved.