A B C D E F G H I L M N O P Q R S T U V W 

A

accept(Day) - Method in class com.dxfeed.schedule.DayFilter
Tests whether or not the specified day is an acceptable result.
accept(Session) - Method in class com.dxfeed.schedule.SessionFilter
Tests whether or not the specified session is an acceptable result.
addChangeListener(ObservableSubscriptionChangeListener) - Method in class com.dxfeed.api.DXFeedSubscription
Adds subscription change listener.
addChangeListener(ObservableSubscriptionChangeListener) - Method in interface com.dxfeed.api.osub.ObservableSubscription
Adds subscription change listener.
addEventListener(DXFeedEventListener<E>) - Method in class com.dxfeed.api.DXFeedSubscription
Adds listener for events.
addEventListener(DXFeedEventListener<Order>) - Method in class com.dxfeed.model.market.OrderBookCorrector
Adds listener for events.
AdditionalUnderlyings - Class in com.dxfeed.glossary
Represents a set of additional underlyings for a given option.
addListener(ObservableListModelListener<? super E>) - Method in interface com.dxfeed.model.ObservableListModel
Adds a listener to this observable list model.
addNonEmptyCustomFieldNames(Collection<? super String>) - Method in class com.dxfeed.ipf.InstrumentProfile
Adds names of non-empty custom fields to specified collection.
addOption(T) - Method in class com.dxfeed.ipf.option.OptionChainsBuilder
Adds an option instrument to this builder.
addStateChangeListener(PropertyChangeListener) - Method in class com.dxfeed.api.DXEndpoint
Adds listener that is notified about changes in state property.
addSymbols(Collection<?>) - Method in class com.dxfeed.api.DXFeedSubscription
Adds the specified collection of symbols to the set of subscribed symbols.
addSymbols(Object...) - Method in class com.dxfeed.api.DXFeedSubscription
Adds the specified array of symbols to the set of subscribed symbols.
AFTER_MARKET - Static variable in class com.dxfeed.schedule.SessionFilter
Accepts any session with type SessionType.AFTER_MARKET.
ALL - Static variable in class com.dxfeed.api.osub.WildcardSymbol
Represents [wildcard] subscription to all events of the specific event type.
allOf(Collection<? extends Promise<?>>) - Static method in class com.dxfeed.promise.Promises
Returns a new promise that completes when all promises from the given collection complete.
allOf(Promise<?>...) - Static method in class com.dxfeed.promise.Promises
Returns a new promise that completes when all promises from the given array complete.
allowOrderLevel(int) - Method in enum com.dxfeed.model.market.OrderBookModelFilter
Returns true if the specified Order level is accepted, false otherwise.
ANY - Static variable in class com.dxfeed.schedule.DayFilter
Accepts any day - useful for pure calendar navigation.
ANY - Static variable in class com.dxfeed.schedule.SessionFilter
Accepts any session - useful for pure schedule navigation.
anyOf(Collection<? extends Promise<T>>) - Static method in class com.dxfeed.promise.Promises
Returns a new promise that completes when any promise from the given collection complete.
anyOf(Promise<T>...) - Static method in class com.dxfeed.promise.Promises
Returns a new promise that completes when any promise from the given array complete.
attach(DXFeed) - Method in class com.dxfeed.model.market.OrderBookModel
Attaches model to the specified feed.
attachSubscription(DXFeedSubscription<?>) - Method in class com.dxfeed.api.DXFeed
Attaches the given subscription to this feed.
ATTRIBUTE_KEY - Static variable in enum com.dxfeed.event.candle.CandleAlignment
The attribute key that is used to store the value of CandleAlignment in a symbol string using methods of MarketEventSymbols class.
ATTRIBUTE_KEY - Static variable in class com.dxfeed.event.candle.CandlePeriod
The attribute key that is used to store the value of CandlePeriod in a symbol string using methods of MarketEventSymbols class.
ATTRIBUTE_KEY - Static variable in enum com.dxfeed.event.candle.CandlePrice
The attribute key that is used to store the value of CandlePrice in a symbol string using methods of MarketEventSymbols class.
ATTRIBUTE_KEY - Static variable in enum com.dxfeed.event.candle.CandleSession
The attribute key that is used to store the value of CandleSession in a symbol string using methods of MarketEventSymbols class.
await() - Method in class com.dxfeed.promise.Promise
Wait for computation to complete and return its result of thrown an exception in case of exceptional completion.
await(long, TimeUnit) - Method in class com.dxfeed.promise.Promise
Wait for computation to complete or timeout and return its result of throw an exception in case of exceptional completion.
awaitNotConnected() - Method in class com.dxfeed.api.DXEndpoint
Waits while this endpoint state becomes NOT_CONNECTED or CLOSED.

B

build() - Method in class com.dxfeed.api.DXEndpoint.Builder
Builds DXEndpoint instance.
build(Collection<InstrumentProfile>) - Static method in class com.dxfeed.ipf.option.OptionChainsBuilder
Builds options chains for all options from the given collections of instrument profiles.
buildSpreadSymbol(Map<String, ? extends Number>) - Static method in class com.dxfeed.event.market.MarketEventSymbols
Builds canonical spread symbol for specified spread components.

C

cancel() - Method in class com.dxfeed.promise.Promise
Cancels computation.
Candle - Class in com.dxfeed.event.candle
Candle event with open, high, low, close prices and other information for a specific period.
Candle() - Constructor for class com.dxfeed.event.candle.Candle
Creates new candle with default values.
Candle(CandleSymbol) - Constructor for class com.dxfeed.event.candle.Candle
Creates new candle with the specified candle event symbol.
CandleAlignment - Enum in com.dxfeed.event.candle
Candle alignment attribute of CandleSymbol defines how candle are aligned with respect to time.
CandleExchange - Class in com.dxfeed.event.candle
Exchange attribute of CandleSymbol defines exchange identifier where data is taken from to build the candles.
CandlePeriod - Class in com.dxfeed.event.candle
Period attribute of CandleSymbol defines aggregation period of the candles.
CandlePrice - Enum in com.dxfeed.event.candle
Price type attribute of CandleSymbol defines price that is used to build the candles.
CandleSession - Enum in com.dxfeed.event.candle
Session attribute of CandleSymbol defines trading that is used to build the candles.
CandleSymbol - Class in com.dxfeed.event.candle
Symbol that should be used with DXFeedSubscription class to subscribe for Candle events.
CandleSymbolAttribute<A> - Interface in com.dxfeed.event.candle
Attribute of the CandleSymbol.
CandleType - Enum in com.dxfeed.event.candle
Type of the candle aggregation period constitutes CandlePeriod type together its actual value.
CFI - Class in com.dxfeed.glossary
A wrapper class for Classification of Financial Instruments code as defined in ISO 10962 standard.
CFI.Attribute - Class in com.dxfeed.glossary
Describes single attribute with all values as defined in the ISO 10962 standard.
CFI.Value - Class in com.dxfeed.glossary
Describes single value of single character of CFI code as defined in the ISO 10962 standard.
changeAttributeForSymbol(String) - Method in enum com.dxfeed.event.candle.CandleAlignment
Returns candle event symbol string with this candle alignment set.
changeAttributeForSymbol(String) - Method in class com.dxfeed.event.candle.CandleExchange
Returns candle event symbol string with this exchange set.
changeAttributeForSymbol(String) - Method in class com.dxfeed.event.candle.CandlePeriod
Returns candle event symbol string with this aggregation period set.
changeAttributeForSymbol(String) - Method in enum com.dxfeed.event.candle.CandlePrice
Returns candle event symbol string with this candle price type set.
changeAttributeForSymbol(String) - Method in enum com.dxfeed.event.candle.CandleSession
Returns candle event symbol string with this session attribute set.
changeAttributeForSymbol(String) - Method in interface com.dxfeed.event.candle.CandleSymbolAttribute
Returns candle event symbol string with this attribute set.
changeAttributeStringByKey(String, String, String) - Static method in class com.dxfeed.event.market.MarketEventSymbols
Changes value of one attribute value while leaving exchange code and other attributes intact.
changeBaseSymbol(String, String) - Static method in class com.dxfeed.event.market.MarketEventSymbols
Changes base symbol while leaving exchange code and attributes intact.
changeExchangeCode(String, char) - Static method in class com.dxfeed.event.market.MarketEventSymbols
Changes exchange code of the specified symbol or removes it if new exchange code is '\0'.
checkInAttributeImpl(CandleSymbol) - Method in enum com.dxfeed.event.candle.CandleAlignment
Internal method that initializes attribute in the candle symbol.
checkInAttributeImpl(CandleSymbol) - Method in class com.dxfeed.event.candle.CandleExchange
Internal method that initializes attribute in the candle symbol.
checkInAttributeImpl(CandleSymbol) - Method in class com.dxfeed.event.candle.CandlePeriod
Internal method that initializes attribute in the candle symbol.
checkInAttributeImpl(CandleSymbol) - Method in enum com.dxfeed.event.candle.CandlePrice
Internal method that initializes attribute in the candle symbol.
checkInAttributeImpl(CandleSymbol) - Method in enum com.dxfeed.event.candle.CandleSession
Internal method that initializes attribute in the candle symbol.
checkInAttributeImpl(CandleSymbol) - Method in interface com.dxfeed.event.candle.CandleSymbolAttribute
Internal method that initializes attribute in the candle symbol.
clear() - Method in class com.dxfeed.api.DXFeedSubscription
Clears the set of subscribed symbols.
clone() - Method in class com.dxfeed.ipf.option.OptionChain
Returns a shall copy of this option chain.
clone() - Method in class com.dxfeed.ipf.option.OptionSeries
Returns a shall copy of this option series.
close() - Method in class com.dxfeed.api.DXEndpoint
Closes this endpoint.
close() - Method in class com.dxfeed.api.DXFeedSubscription
Closes this subscription and makes it permanently detached.
close() - Method in class com.dxfeed.ipf.InstrumentProfileReader.UncloseableInputStream
 
close() - Method in class com.dxfeed.ipf.InstrumentProfileWriter.UncloseableOutputStream
 
close() - Method in class com.dxfeed.model.market.OrderBookCorrector
Closes this model and makes it permanently detached from data feed.
closeAndAwaitTermination() - Method in class com.dxfeed.api.DXEndpoint
Closes this endpoint and wait until all pending data processing tasks are completed.
com.dxfeed.api - package com.dxfeed.api
Main package for dxFeed API that provides DXFeed as its core class.
com.dxfeed.api.osub - package com.dxfeed.api.osub
Provides API to observe subscription to generate and publish events only when needed.
com.dxfeed.event - package com.dxfeed.event
Defines common event interfaces and annotations.
com.dxfeed.event.candle - package com.dxfeed.event.candle
Defines Candle event (open, high, low, close prices and other information for a specific period) and provides helper classes.
com.dxfeed.event.market - package com.dxfeed.event.market
Defines regular market event classes.
com.dxfeed.event.misc - package com.dxfeed.event.misc
Defines miscellaneous event classes.
com.dxfeed.event.option - package com.dxfeed.event.option
Defines option-related market event classes.
com.dxfeed.glossary - package com.dxfeed.glossary
Provides utility classes that represent common glossary items in definitions of market instruments.
com.dxfeed.ipf - package com.dxfeed.ipf
Provides classes to read, write, and represent Instrument Profile Files.
com.dxfeed.ipf.option - package com.dxfeed.ipf.option
Provides classes to group option instruments into option chains by product and underlying symbol and into series by expiration, mmy, etc within a chain.
com.dxfeed.model - package com.dxfeed.model
Provides convenient data models for events processing.
com.dxfeed.model.market - package com.dxfeed.model.market
Defines models for market events.
com.dxfeed.promise - package com.dxfeed.promise
Provides Promise class for request-based APIs that can be used both synchronously and asynchronously.
com.dxfeed.schedule - package com.dxfeed.schedule
Provides information about trading days, sessions, and their schedules.
compareTo(InstrumentProfile) - Method in class com.dxfeed.ipf.InstrumentProfile
Compares this profile with the specified profile for order.
compareTo(OptionSeries<T>) - Method in class com.dxfeed.ipf.option.OptionSeries
Compares this option series to another one by its attributes.
compareTypes(String, String) - Static method in enum com.dxfeed.ipf.InstrumentProfileType
Compares two specified types for order.
complete(T) - Method in class com.dxfeed.promise.Promise
Completes computation normally with a specified result.
completeExceptionally(Throwable) - Method in class com.dxfeed.promise.Promise
Completes computation exceptionally with a specified exception.
COMPOSITE - Static variable in class com.dxfeed.event.candle.CandleExchange
Composite exchange where data is taken from all exchanges.
Configuration - Class in com.dxfeed.event.misc
Configuration event with application-specific attachment.
Configuration() - Constructor for class com.dxfeed.event.misc.Configuration
Creates new configuration event with default values.
Configuration(String) - Constructor for class com.dxfeed.event.misc.Configuration
Creates new configuration event with the specified event symbol.
Configuration(String, Object) - Constructor for class com.dxfeed.event.misc.Configuration
Creates new configuration event with the specified event symbol and attachment.
Configuration(String, Object, int) - Constructor for class com.dxfeed.event.misc.Configuration
Creates new configuration event with the specified event symbol, attachment and version.
connect(String) - Method in class com.dxfeed.api.DXEndpoint
Connects to the specified remove address.
containsEventType(Class<?>) - Method in class com.dxfeed.api.DXFeedSubscription
Returns true if this subscription contains the corresponding event type.
containsEventType(Class<?>) - Method in interface com.dxfeed.api.osub.ObservableSubscription
Returns true if this subscription contains the corresponding event type.
containsTime(long) - Method in class com.dxfeed.schedule.Day
Returns true if specified time belongs to this day.
containsTime(long) - Method in class com.dxfeed.schedule.Session
Returns true if specified time belongs to this session.
create() - Static method in class com.dxfeed.api.DXEndpoint
Creates an endpoint with FEED role.
create(DXEndpoint.Role) - Static method in class com.dxfeed.api.DXEndpoint
Creates an endpoint with a specified role.
createSubscription(Class<? extends E>) - Method in class com.dxfeed.api.DXFeed
Creates new subscription for a single event type that is attached to this feed.
createSubscription(Class<? extends E>...) - Method in class com.dxfeed.api.DXFeed
Creates new subscription for multiple event types that is attached to this feed.
createTimeSeriesSubscription(Class<? extends E>) - Method in class com.dxfeed.api.DXFeed
Creates new time series subscription for a single event type that is attached to this feed.
createTimeSeriesSubscription(Class<? extends E>...) - Method in class com.dxfeed.api.DXFeed
Creates new time series subscription for multiple event types that is attached to this feed.

D

DAY - Static variable in class com.dxfeed.event.candle.CandlePeriod
Day aggregation where each candle represents a day.
Day - Class in com.dxfeed.schedule
Day represents a continuous period of time approximately 24 hours long.
DayFilter - Class in com.dxfeed.schedule
A filter for days used by various search methods.
DayFilter(int, Boolean, Boolean, Boolean) - Constructor for class com.dxfeed.schedule.DayFilter
Creates filter with specified conditions.
dayOfWeekMask - Variable in class com.dxfeed.schedule.DayFilter
Bitwise mask of required days (2 for Monday, 4 for Tuesday, 128 for Sunday), 0 if not relevant.
decipher() - Method in class com.dxfeed.glossary.CFI
Returns array of values that explain meaning of each character in the CFI code.
decorateSymbol(Object) - Method in class com.dxfeed.api.DXFeedSubscription
Decorates the specified symbol after it was received from the DXFeedSubscription client code before it goes to installed ObservableSubscriptionChangeListener instances.
decorateSymbol(Object) - Method in class com.dxfeed.api.DXFeedTimeSeriesSubscription
Decorates the specified symbol after it was received from the DXFeedSubscription client code before it goes to installed ObservableSubscriptionChangeListener instances.
DEFAULT - Static variable in enum com.dxfeed.event.candle.CandleAlignment
Default alignment is CandleAlignment.MIDNIGHT.
DEFAULT - Static variable in class com.dxfeed.event.candle.CandleExchange
Default exchange is CandleExchange.COMPOSITE.
DEFAULT - Static variable in class com.dxfeed.event.candle.CandlePeriod
Default period is CandlePeriod.TICK.
DEFAULT - Static variable in enum com.dxfeed.event.candle.CandlePrice
Default price type is CandlePrice.LAST.
DEFAULT - Static variable in enum com.dxfeed.event.candle.CandleSession
Default trading session is CandleSession.ANY.
describe() - Method in class com.dxfeed.glossary.CFI
Returns short textual description of this CFI code by listing names of all values for the characters in this CFI code.
detach(DXFeed) - Method in class com.dxfeed.model.market.OrderBookModel
Detaches model from the specified feed.
detachSubscription(DXFeedSubscription<?>) - Method in class com.dxfeed.api.DXFeed
Detaches the given subscription from this feed.
disconnect() - Method in class com.dxfeed.api.DXEndpoint
Terminates all remote network connections.
downloadDefaults(String) - Static method in class com.dxfeed.schedule.Schedule
Downloads defaults using specified download config and optionally start periodic download.
DXEndpoint - Class in com.dxfeed.api
Manages network connections to feed or publisher.
DXEndpoint() - Constructor for class com.dxfeed.api.DXEndpoint
Protected constructor for implementations of DXEndpoint.
DXEndpoint.Builder - Class in com.dxfeed.api
Builder class for DXEndpoint that supports additional configuration properties.
DXEndpoint.Builder() - Constructor for class com.dxfeed.api.DXEndpoint.Builder
Protected constructor for implementations of DXEndpoint.Builder.
DXEndpoint.Role - Enum in com.dxfeed.api
Represents the role of endpoint that was specified during its creation.
DXEndpoint.State - Enum in com.dxfeed.api
Represents the current state of endpoint.
DXFeed - Class in com.dxfeed.api
Main entry class for dxFeed API (read it first).
DXFeed() - Constructor for class com.dxfeed.api.DXFeed
Protected constructor for implementations of this class only.
DXFEED_ADDRESS_PROPERTY - Static variable in class com.dxfeed.api.DXEndpoint
Defines default connection address for an endpoint with role FEED.
DXFEED_AGGREGATION_PERIOD_PROPERTY - Static variable in class com.dxfeed.api.DXEndpoint
Defines data aggregation period an endpoint with role FEED that limits the rate of data notifications.
DXFEED_PROPERTIES_PROPERTY - Static variable in class com.dxfeed.api.DXEndpoint
Defines path to a file with properties for an endpoint with role FEED.
DXFEED_THREAD_POOL_SIZE_PROPERTY - Static variable in class com.dxfeed.api.DXEndpoint
Defines thread pool size for an endpoint with role FEED.
DXFeedEventListener<E> - Interface in com.dxfeed.api
The listener interface for receiving events of the specified type E.
DXFeedSubscription<E> - Class in com.dxfeed.api
Subscription for a set of symbols and event types.
DXFeedSubscription(Class<? extends E>) - Constructor for class com.dxfeed.api.DXFeedSubscription
Creates detached subscription for a single event type.
DXFeedSubscription(Class<? extends E>...) - Constructor for class com.dxfeed.api.DXFeedSubscription
Creates detached subscription for the given list of event types.
DXFeedTimeSeriesSubscription<E extends TimeSeriesEvent> - Class in com.dxfeed.api
Extends DXFeedSubscription to conveniently subscribe to time-series of events for a set of symbols and event types.
DXFeedTimeSeriesSubscription(Class<? extends E>) - Constructor for class com.dxfeed.api.DXFeedTimeSeriesSubscription
Creates detached time-series subscription for a single event type.
DXFeedTimeSeriesSubscription(Class<? extends E>...) - Constructor for class com.dxfeed.api.DXFeedTimeSeriesSubscription
Creates detached time-series subscription for the given list of event types.
DXPublisher - Class in com.dxfeed.api
Provides API for publishing of events to local or remote feeds.
DXPublisher() - Constructor for class com.dxfeed.api.DXPublisher
Protected constructor for implementations of this class only.
DXPUBLISHER_ADDRESS_PROPERTY - Static variable in class com.dxfeed.api.DXEndpoint
Defines default connection address for an endpoint with role PUBLISHER.
DXPUBLISHER_PROPERTIES_PROPERTY - Static variable in class com.dxfeed.api.DXEndpoint
Defines path to a file with properties for an endpoint with role PUBLISHER.
DXPUBLISHER_THREAD_POOL_SIZE_PROPERTY - Static variable in class com.dxfeed.api.DXEndpoint
Defines thread pool size for an endpoint with role PUBLISHER.

E

EMPTY - Static variable in class com.dxfeed.glossary.AdditionalUnderlyings
Empty additional underlyings - it has empty text and empty map.
EMPTY - Static variable in class com.dxfeed.glossary.CFI
Empty CFI - it has code "XXXXXX".
EMPTY - Static variable in class com.dxfeed.glossary.PriceIncrements
Empty price increments - it has empty text and sole increment with value 0.
equals(Object) - Method in class com.dxfeed.api.osub.TimeSeriesSubscriptionSymbol
Returns true if other object is TimeSeriesSubscriptionSymbol with the same eventSymbol.
equals(Object) - Method in class com.dxfeed.api.osub.WildcardSymbol
 
equals(Object) - Method in class com.dxfeed.event.candle.CandleExchange
Indicates whether this exchange attribute is the same as another one.
equals(Object) - Method in class com.dxfeed.event.candle.CandlePeriod
Indicates whether this aggregation period is the same as another one.
equals(Object) - Method in class com.dxfeed.event.candle.CandleSymbol
Indicates whether this symbol is the same as another one.
equals(Object) - Method in class com.dxfeed.glossary.AdditionalUnderlyings
 
equals(Object) - Method in class com.dxfeed.glossary.CFI
 
equals(Object) - Method in class com.dxfeed.glossary.PriceIncrements
 
equals(Object) - Method in class com.dxfeed.ipf.option.OptionSeries
Indicates whether some other object is equal to this option series by its attributes.
equals(Object) - Method in class com.dxfeed.schedule.Day
 
equals(Object) - Method in class com.dxfeed.schedule.DayFilter
 
equals(Object) - Method in class com.dxfeed.schedule.Session
 
equals(Object) - Method in class com.dxfeed.schedule.SessionFilter
 
eventsReceived(List<E>) - Method in interface com.dxfeed.api.DXFeedEventListener
Invoked when events of type E are received.
EventType<T> - Interface in com.dxfeed.event
Marks all event types that can be received via dxFeed API.
executor(Executor) - Method in class com.dxfeed.api.DXEndpoint
Changes executor that is used for notifications.

F

find(String) - Static method in enum com.dxfeed.ipf.InstrumentProfileField
Returns field for specified name or null if field is not found.
find(String) - Static method in enum com.dxfeed.ipf.InstrumentProfileType
Returns field for specified name or null if field is not found.
findFirstSession(SessionFilter) - Method in class com.dxfeed.schedule.Day
Returns first session belonging to this day accepted by specified filter.
findLastSession(SessionFilter) - Method in class com.dxfeed.schedule.Day
Returns last session belonging to this day accepted by specified filter.
findNearestSessionByTime(long, SessionFilter) - Method in class com.dxfeed.schedule.Schedule
Returns session that is nearest to the specified time and that is accepted by specified filter.
findNextDay(DayFilter) - Method in class com.dxfeed.schedule.Day
Returns following day accepted by specified filter.
findNextSession(SessionFilter) - Method in class com.dxfeed.schedule.Session
Returns following session accepted by specified filter.
findPrevDay(DayFilter) - Method in class com.dxfeed.schedule.Day
Returns previous day accepted by specified filter.
findPrevSession(SessionFilter) - Method in class com.dxfeed.schedule.Session
Returns previous session accepted by specified filter.
formatDate(int) - Static method in enum com.dxfeed.ipf.InstrumentProfileField
 
formatNumber(double) - Static method in enum com.dxfeed.ipf.InstrumentProfileField
 
FRIDAY - Static variable in class com.dxfeed.schedule.DayFilter
Accepts Fridays only - those with (getDayOfWeek() == 5).

G

getAdditionalUnderlyings() - Method in class com.dxfeed.ipf.InstrumentProfile
Returns additional underlyings for options, including additional cash.
getAdditionalUnderlyings() - Method in class com.dxfeed.ipf.option.OptionSeries
Returns additional underlyings for options, including additional cash.
getAggressorSide() - Method in class com.dxfeed.event.market.TimeAndSale
Returns aggressor side of this time and sale event.
getAlignment() - Method in class com.dxfeed.event.candle.CandleSymbol
Returns alignment attribute of this symbol.
getAskExchangeCode() - Method in class com.dxfeed.event.market.Quote
Returns ask exchange code.
getAskPrice() - Method in class com.dxfeed.event.market.Quote
Returns ask price.
getAskPrice() - Method in class com.dxfeed.event.market.TimeAndSale
Returns the current ask price on the market when this time and sale event had occurred.
getAskSize() - Method in class com.dxfeed.event.market.Quote
Returns ask size.
getAskTime() - Method in class com.dxfeed.event.market.Quote
Returns time of the last ask change.
getAskVolume() - Method in class com.dxfeed.event.candle.Candle
Returns ask volume in this candle.
getAttachment() - Method in class com.dxfeed.event.misc.Configuration
Returns attachment.
getAttachment(ClassLoader) - Method in class com.dxfeed.event.misc.Configuration
Returns attachment.
getAttachment() - Method in class com.dxfeed.event.misc.Message
Returns attachment.
getAttachment(ClassLoader) - Method in class com.dxfeed.event.misc.Message
Returns attachment.
getAttribute() - Method in class com.dxfeed.glossary.CFI.Value
Returns attribute that contains this value.
getAttributeForSymbol(String) - Static method in enum com.dxfeed.event.candle.CandleAlignment
Returns candle alignment of the given candle symbol string.
getAttributeForSymbol(String) - Static method in class com.dxfeed.event.candle.CandleExchange
Returns exchange attribute object of the given candle symbol string.
getAttributeForSymbol(String) - Static method in class com.dxfeed.event.candle.CandlePeriod
Returns candle period of the given candle symbol string.
getAttributeForSymbol(String) - Static method in enum com.dxfeed.event.candle.CandlePrice
Returns candle price type of the given candle symbol string.
getAttributeForSymbol(String) - Static method in enum com.dxfeed.event.candle.CandleSession
Returns candle session attribute of the given candle symbol string.
getAttributeStringByKey(String, String) - Static method in class com.dxfeed.event.market.MarketEventSymbols
Returns value of the attribute with the specified key.
getBaseCurrency() - Method in class com.dxfeed.ipf.InstrumentProfile
Returns base currency of currency pair (FOREX instruments).
getBaseSymbol() - Method in class com.dxfeed.event.candle.CandleSymbol
Returns base market symbol without attributes.
getBaseSymbol(String) - Static method in class com.dxfeed.event.market.MarketEventSymbols
Returns base symbol without exchange code and attributes.
getBidExchangeCode() - Method in class com.dxfeed.event.market.Quote
Returns bid exchange code.
getBidPrice() - Method in class com.dxfeed.event.market.Quote
Returns bid price.
getBidPrice() - Method in class com.dxfeed.event.market.TimeAndSale
Returns the current bid price on the market when this time and sale event had occurred.
getBidSize() - Method in class com.dxfeed.event.market.Quote
Returns bid size.
getBidTime() - Method in class com.dxfeed.event.market.Quote
Returns time of the last bid change.
getBidVolume() - Method in class com.dxfeed.event.candle.Candle
Returns bid volume in this candle.
getBuyOrders() - Method in class com.dxfeed.model.market.OrderBookModel
Returns bid side (buy orders) of the order book.
getCalls() - Method in class com.dxfeed.ipf.option.OptionSeries
Returns a sorted map of all calls from strike to a corresponding option instrument.
getCategory() - Method in class com.dxfeed.glossary.CFI
Returns single character for instrument category - the first character of the CFI code.
getCFI() - Method in class com.dxfeed.ipf.InstrumentProfile
Returns Classification of Financial Instruments code.
getCFI() - Method in class com.dxfeed.ipf.option.OptionSeries
Returns Classification of Financial Instruments code of this option series.
getChains() - Method in class com.dxfeed.ipf.option.OptionChainsBuilder
Returns a view of chains created by this builder.
getClose() - Method in class com.dxfeed.event.candle.Candle
Returns the last (close) price of this candle.
getCode() - Method in enum com.dxfeed.event.market.PriceType
 
getCode() - Method in enum com.dxfeed.event.market.Side
 
getCode() - Method in class com.dxfeed.glossary.CFI
Returns CFI code.
getCode() - Method in class com.dxfeed.glossary.CFI.Value
Returns single character code of this value.
getCount() - Method in class com.dxfeed.event.candle.Candle
Returns total number of original trade (or quote) events in this candle.
getCountry() - Method in class com.dxfeed.ipf.InstrumentProfile
Returns country of origin (incorporation) of corresponding company or parent entity.
getCurrency() - Method in class com.dxfeed.ipf.InstrumentProfile
Returns currency of quotation, pricing and trading.
getCUSIP() - Method in class com.dxfeed.ipf.InstrumentProfile
Returns Committee on Uniform Security Identification Procedures code.
getDateField(String) - Method in class com.dxfeed.ipf.InstrumentProfile
Returns day id value for a date field with a specified name.
getDay() - Method in class com.dxfeed.schedule.Session
Returns day to which this session belongs.
getDayById(int) - Method in class com.dxfeed.schedule.Schedule
Returns day for specified day identifier.
getDayByTime(long) - Method in class com.dxfeed.schedule.Schedule
Returns day that contains specified time.
getDayByYearMonthDay(int) - Method in class com.dxfeed.schedule.Schedule
Returns day for specified year, month and day numbers.
getDayClosePrice() - Method in class com.dxfeed.event.market.Summary
Returns the last (close) price for the day.
getDayClosePriceType() - Method in class com.dxfeed.event.market.Summary
Returns the price type of the last (close) price for the day.
getDayHighPrice() - Method in class com.dxfeed.event.market.Summary
Returns the maximal (high) price for the day.
getDayId() - Method in class com.dxfeed.event.market.Summary
Returns identifier of the day that this summary represents.
getDayId() - Method in class com.dxfeed.schedule.Day
Number of this day since January 1, 1970 (that day has identifier of 0 and previous days have negative identifiers).
getDayLowPrice() - Method in class com.dxfeed.event.market.Summary
Returns the minimal (low) price for the day.
getDayOfMonth() - Method in class com.dxfeed.schedule.Day
Returns ordinal day number in the month starting with 1 for the first day of month.
getDayOfWeek() - Method in class com.dxfeed.schedule.Day
Returns ordinal day number in the week starting with 1=Monday and ending with 7=Sunday.
getDayOpenPrice() - Method in class com.dxfeed.event.market.Summary
Returns the first (open) price for the day.
getDayVolume() - Method in class com.dxfeed.event.market.Trade
Returns total volume traded for a day.
getDelta() - Method in class com.dxfeed.event.option.Greeks
Return option delta.
getDelta() - Method in class com.dxfeed.event.option.TheoPrice
Returns delta of the theoretical price.
getDescription() - Method in class com.dxfeed.event.market.Profile
Returns description of the security instrument.
getDescription() - Method in class com.dxfeed.glossary.CFI.Attribute
Returns description of this attribute.
getDescription() - Method in class com.dxfeed.glossary.CFI.Value
Returns description of this value.
getDescription() - Method in class com.dxfeed.ipf.InstrumentProfile
Returns description of instrument, preferable an international one in Latin alphabet.
getDividend() - Method in class com.dxfeed.event.option.TheoPrice
Returns implied simple dividend return of the corresponding option series.
getEndTime() - Method in class com.dxfeed.schedule.Day
Returns end time of this day (exclusive).
getEndTime() - Method in class com.dxfeed.schedule.Session
Returns end time of this session (exclusive).
getEventId() - Method in class com.dxfeed.event.candle.Candle
Returns identifier of this event.
getEventId() - Method in class com.dxfeed.event.market.TimeAndSale
Returns identifier of this event.
getEventId() - Method in interface com.dxfeed.event.TimeSeriesEvent
Returns identifier of this event.
getEventSymbol() - Method in class com.dxfeed.api.osub.TimeSeriesSubscriptionSymbol
Returns event symbol.
getEventSymbol() - Method in class com.dxfeed.event.candle.Candle
Returns candle event symbol.
getEventSymbol() - Method in interface com.dxfeed.event.EventType
Returns event symbol that identifies this event type in subscription.
getEventSymbol() - Method in class com.dxfeed.event.market.MarketEvent
Returns symbol for this event.
getEventSymbol() - Method in class com.dxfeed.event.misc.Configuration
Returns symbol for this event.
getEventSymbol() - Method in class com.dxfeed.event.misc.Message
Returns symbol for this event.
getEventTypes() - Method in class com.dxfeed.api.DXEndpoint
Returns a set of all event types supported by this endpoint.
getEventTypes() - Method in class com.dxfeed.api.DXFeedSubscription
Returns a set of subscribed event types.
getEventTypes() - Method in interface com.dxfeed.api.osub.ObservableSubscription
Returns a set of event types for this subscription.
getException() - Method in class com.dxfeed.promise.Promise
Returns exceptional outcome of computation.
getExchange() - Method in class com.dxfeed.event.candle.CandleSymbol
Returns exchange attribute of this symbol.
getExchangeCode() - Method in class com.dxfeed.event.candle.CandleExchange
Returns exchange code.
getExchangeCode(String) - Static method in class com.dxfeed.event.market.MarketEventSymbols
Returns exchange code of the specified symbol or '\0' if none is defined.
getExchangeCode() - Method in class com.dxfeed.event.market.Order
Returns exchange code of this order.
getExchangeCode() - Method in class com.dxfeed.event.market.TimeAndSale
Returns exchange code of this time and sale event.
getExchangeCode() - Method in class com.dxfeed.event.market.Trade
Returns exchange code of the last trade.
getExchangeData() - Method in class com.dxfeed.ipf.InstrumentProfile
Returns exchange-specific data required to properly identify instrument when communicating with exchange.
getExchanges() - Method in class com.dxfeed.ipf.InstrumentProfile
Returns list of exchanges where instrument is quoted or traded.
getExchangeSaleConditions() - Method in class com.dxfeed.event.market.TimeAndSale
Returns sale conditions provided for this event by data feed.
getExpiration() - Method in class com.dxfeed.ipf.InstrumentProfile
Returns day id of expiration.
getExpiration() - Method in class com.dxfeed.ipf.option.OptionSeries
Returns day id of expiration.
getExpirationStyle() - Method in class com.dxfeed.ipf.InstrumentProfile
Returns expiration cycle style, such as "Weeklys", "Quarterlys".
getExpirationStyle() - Method in class com.dxfeed.ipf.option.OptionSeries
Returns expiration cycle style, such as "Weeklys", "Quarterlys".
getFeed() - Method in class com.dxfeed.api.DXEndpoint
Returns feed that is associated with this endpoint.
getField(String) - Method in class com.dxfeed.ipf.InstrumentProfile
Returns field value with a specified name.
getField(InstrumentProfile) - Method in enum com.dxfeed.ipf.InstrumentProfileField
Returns value of this field for specified profile in textual representation.
getFilter() - Method in class com.dxfeed.model.market.OrderBookModel
Returns filter for the model.
getFirstSession(SessionFilter) - Method in class com.dxfeed.schedule.Day
Returns first session belonging to this day accepted by specified filter.
getFlags() - Method in class com.dxfeed.event.market.Summary
Returns implementation-specific flags.
getFlags() - Method in class com.dxfeed.event.market.TimeAndSale
Returns implementation-specific flags.
getFromTime() - Method in class com.dxfeed.api.DXFeedTimeSeriesSubscription
Returns the earliest timestamp from which time-series of events shall be received.
getFromTime() - Method in class com.dxfeed.api.osub.TimeSeriesSubscriptionSymbol
Returns subscription time.
getGamma() - Method in class com.dxfeed.event.option.Greeks
Returns option gamma.
getGamma() - Method in class com.dxfeed.event.option.TheoPrice
Returns gamma of the theoretical price.
getGroup() - Method in class com.dxfeed.glossary.CFI
Returns single character for instrument group - the second character of the CFI code.
getHaltEndTime() - Method in class com.dxfeed.event.market.Profile
Returns ending time of the trading halt interval.
getHaltStartTime() - Method in class com.dxfeed.event.market.Profile
Returns starting time of the trading halt interval.
getHigh() - Method in class com.dxfeed.event.candle.Candle
Returns the maximal (high) price of this candle.
getICB() - Method in class com.dxfeed.ipf.InstrumentProfile
Returns Industry Classification Benchmark.
getIndex() - Method in interface com.dxfeed.event.IndexedEvent
Returns unique per-symbol index of this event.
getIndex() - Method in class com.dxfeed.event.market.Order
Returns unique per-symbol index of this order.
getInstance(DXEndpoint.Role) - Static method in class com.dxfeed.api.DXEndpoint
Returns a default application-wide singleton instance of DXEndpoint for a specific role.
getInstance() - Static method in class com.dxfeed.api.DXFeed
Returns a default application-wide singleton instance of DXFeed.
getInstance() - Static method in class com.dxfeed.api.DXPublisher
Returns a default application-wide singleton instance of DXPublisher.
getInstance(InstrumentProfile) - Static method in class com.dxfeed.schedule.Schedule
Returns default schedule instance for specified instrument profile.
getInstance(String) - Static method in class com.dxfeed.schedule.Schedule
Returns default schedule instance for specified schedule definition.
getInstance(InstrumentProfile, String) - Static method in class com.dxfeed.schedule.Schedule
Returns schedule instance for specified instrument profile and trading venue.
getIntCode() - Method in class com.dxfeed.glossary.CFI
Returns integer representation of CFI code.
getInterest() - Method in class com.dxfeed.event.option.TheoPrice
Returns implied simple interest return of the corresponding option series.
getISIN() - Method in class com.dxfeed.ipf.InstrumentProfile
Returns International Securities Identifying Number.
getLastEvent(E) - Method in class com.dxfeed.api.DXFeed
Returns the last event for the specified event instance.
getLastEventPromise(Class<E>, Object) - Method in class com.dxfeed.api.DXFeed
Requests the last event for the specified event type and symbol.
getLastEvents(Collection<E>) - Method in class com.dxfeed.api.DXFeed
Returns the last events for the specified list of event instances.
getLastModified() - Method in class com.dxfeed.ipf.InstrumentProfileReader
Returns last modification time (in milliseconds) from last InstrumentProfileReader.readFromFile(java.lang.String) operation or zero if it is unknown.
getLastSession(SessionFilter) - Method in class com.dxfeed.schedule.Day
Returns last session belonging to this day accepted by specified filter.
getLastTrade() - Method in class com.dxfeed.ipf.InstrumentProfile
Returns day id of last trading day.
getLastTrade() - Method in class com.dxfeed.ipf.option.OptionSeries
Returns day id of last trading day.
getLevel() - Method in class com.dxfeed.event.market.Order
Returns detail level of this order.
getLocalDescription() - Method in class com.dxfeed.ipf.InstrumentProfile
Returns description of instrument in national language.
getLocalSymbol() - Method in class com.dxfeed.ipf.InstrumentProfile
Returns identifier of instrument in national language.
getLotSize() - Method in class com.dxfeed.model.market.OrderBookModel
Returns lot size.
getLow() - Method in class com.dxfeed.event.candle.Candle
Returns the minimal (low) price of this candle.
getMap() - Method in class com.dxfeed.glossary.AdditionalUnderlyings
Returns internal representation of additional underlyings as a map from underlying symbol to its SPC.
getMarketMaker() - Method in class com.dxfeed.event.market.Order
Returns market maker or other aggregate identifier of this order.
getMarshalledAttachment() - Method in class com.dxfeed.event.misc.Configuration
Returns implementation-specific form of an attachment.
getMarshalledAttachment() - Method in class com.dxfeed.event.misc.Message
Returns implementation-specific form of an attachment.
getMMY() - Method in class com.dxfeed.ipf.InstrumentProfile
Returns maturity month-year as provided for corresponding FIX tag (200).
getMMY() - Method in class com.dxfeed.ipf.option.OptionSeries
Returns maturity month-year as provided for corresponding FIX tag (200).
getMonthOfYear() - Method in class com.dxfeed.schedule.Day
Returns calendar month number in the year starting with 1=January and ending with 12=December.
getMultiplier() - Method in class com.dxfeed.ipf.InstrumentProfile
Returns market value multiplier.
getMultiplier() - Method in class com.dxfeed.ipf.option.OptionSeries
Returns market value multiplier.
getName() - Method in class com.dxfeed.glossary.CFI.Attribute
Returns short name of this attribute.
getName() - Method in class com.dxfeed.glossary.CFI.Value
Returns short name of this value.
getName() - Method in class com.dxfeed.schedule.Schedule
Returns name of this schedule.
getNearestSessionByTime(long, SessionFilter) - Method in class com.dxfeed.schedule.Schedule
Returns session that is nearest to the specified time and that is accepted by specified filter.
getNextDay(DayFilter) - Method in class com.dxfeed.schedule.Day
Returns following day accepted by specified filter.
getNextSession(SessionFilter) - Method in class com.dxfeed.schedule.Session
Returns following session accepted by specified filter.
getNStrikesAround(int, double) - Method in class com.dxfeed.ipf.option.OptionSeries
Returns n strikes the are centered around a specified strike value.
getNumericField(String) - Method in class com.dxfeed.ipf.InstrumentProfile
Returns numeric field value with a specified name.
getNumericField(InstrumentProfile) - Method in enum com.dxfeed.ipf.InstrumentProfileField
Returns value of this field for specified profile in numeric representation.
getOpen() - Method in class com.dxfeed.event.candle.Candle
Returns the first (open) price of this candle.
getOpenInterest() - Method in class com.dxfeed.event.market.Summary
Returns open interest of the symbol as the number of open contracts.
getOPOL() - Method in class com.dxfeed.ipf.InstrumentProfile
Returns official Place Of Listing, the organization that have listed this instrument.
getOptionType() - Method in class com.dxfeed.ipf.InstrumentProfile
Returns type of option.
getOptionType() - Method in class com.dxfeed.ipf.option.OptionSeries
Returns type of option.
getPeriod() - Method in class com.dxfeed.event.candle.CandleSymbol
Returns aggregation period of this symbol.
getPeriodIntervalMillis() - Method in class com.dxfeed.event.candle.CandlePeriod
Returns aggregation period in milliseconds as closely as possible.
getPeriodIntervalMillis() - Method in enum com.dxfeed.event.candle.CandleType
Returns candle type period in milliseconds as closely as possible.
getPrevDay(DayFilter) - Method in class com.dxfeed.schedule.Day
Returns previous day accepted by specified filter.
getPrevDayClosePrice() - Method in class com.dxfeed.event.market.Summary
Returns the last (close) price for the previous day.
getPrevDayClosePriceType() - Method in class com.dxfeed.event.market.Summary
Returns the price type of the last (close) price for the previous day.
getPrevDayId() - Method in class com.dxfeed.event.market.Summary
Returns identifier of the previous day that this summary represents.
getPrevSession(SessionFilter) - Method in class com.dxfeed.schedule.Session
Returns previous session accepted by specified filter.
getPrice() - Method in class com.dxfeed.event.candle.CandleSymbol
Returns price type attribute of this symbol.
getPrice() - Method in class com.dxfeed.event.market.Order
Returns price of this order.
getPrice() - Method in class com.dxfeed.event.market.TimeAndSale
Returns price of this time and sale event.
getPrice() - Method in class com.dxfeed.event.market.Trade
Returns price of the last trade.
getPrice() - Method in class com.dxfeed.event.option.Greeks
Returns option market price.
getPrice() - Method in class com.dxfeed.event.option.TheoPrice
Returns theoretical option price.
getPriceIncrement() - Method in class com.dxfeed.glossary.PriceIncrements
Returns first price increment (for price range adjacent to 0), usually the smallest one.
getPriceIncrement(double) - Method in class com.dxfeed.glossary.PriceIncrements
Returns price increment which shall be applied to the specified price.
getPriceIncrement(double, int) - Method in class com.dxfeed.glossary.PriceIncrements
Returns price increment which shall be applied to the specified price in the specified direction.
getPriceIncrements() - Method in class com.dxfeed.glossary.PriceIncrements
Returns internal representation of price increments as a single array of double values.
getPriceIncrements() - Method in class com.dxfeed.ipf.InstrumentProfile
Returns minimum allowed price increments with corresponding price ranges.
getPricePrecision() - Method in class com.dxfeed.glossary.PriceIncrements
Returns first price precision (for price range adjacent to 0), usually the largest one.
getPricePrecision(double) - Method in class com.dxfeed.glossary.PriceIncrements
Returns price precision for the price range which contains specified price.
getProduct() - Method in class com.dxfeed.ipf.InstrumentProfile
Returns product for futures and options on futures (underlying asset name).
getPublisher() - Method in class com.dxfeed.api.DXEndpoint
Returns publisher that is associated with this endpoint.
getPuts() - Method in class com.dxfeed.ipf.option.OptionSeries
Returns a sorted map of all puts from strike to a corresponding option instrument.
getResetTime() - Method in class com.dxfeed.schedule.Day
Returns reset time for this day.
getResult() - Method in class com.dxfeed.promise.Promise
Returns result of computation.
getRho() - Method in class com.dxfeed.event.option.Greeks
Returns option rho.
getRole() - Method in class com.dxfeed.api.DXEndpoint
Returns the role of this endpoint.
getSchedule() - Method in class com.dxfeed.schedule.Day
Returns schedule to which this day belongs.
getSEDOL() - Method in class com.dxfeed.ipf.InstrumentProfile
Returns Stock Exchange Daily Official List.
getSellOrders() - Method in class com.dxfeed.model.market.OrderBookModel
Returns offer side (sell orders) of the order book.
getSequence() - Method in class com.dxfeed.event.candle.Candle
Returns sequence number of this event to distinguish events that has the same time.
getSequence() - Method in class com.dxfeed.event.market.TimeAndSale
Returns sequence number of this event to distinguish events that has the same time.
getSeries() - Method in class com.dxfeed.ipf.option.OptionChain
Returns a sorted set of option series of this option chain.
getSession() - Method in class com.dxfeed.event.candle.CandleSymbol
Returns session attribute of this symbol.
getSessionByTime(long) - Method in class com.dxfeed.schedule.Day
Returns session belonging to this day that contains specified time.
getSessionByTime(long) - Method in class com.dxfeed.schedule.Schedule
Returns session that contains specified time.
getSessionFilter() - Method in enum com.dxfeed.event.candle.CandleSession
Returns session filter that corresponds to this session attribute.
getSessions() - Method in class com.dxfeed.schedule.Day
Returns list of sessions that constitute this day.
getSettlementStyle() - Method in class com.dxfeed.ipf.InstrumentProfile
Returns settlement price determination style, such as "Open", "Close".
getSettlementStyle() - Method in class com.dxfeed.ipf.option.OptionSeries
Returns settlement price determination style, such as "Open", "Close".
getSIC() - Method in class com.dxfeed.ipf.InstrumentProfile
Returns Standard Industrial Classification.
getSide() - Method in class com.dxfeed.event.market.Order
Returns side of this order on the market.
getSize() - Method in class com.dxfeed.event.market.Order
Returns size of this order.
getSize() - Method in class com.dxfeed.event.market.TimeAndSale
Returns size of this time and sale event.
getSize() - Method in class com.dxfeed.event.market.Trade
Returns size of the last trade.
getSource() - Method in class com.dxfeed.model.ObservableListModelListener.Change
Returns the source list model of the change
getSPC(String, String) - Static method in class com.dxfeed.glossary.AdditionalUnderlyings
Returns SPC for specified underlying symbol or 0 is specified symbol is not found.
getSPC(String) - Method in class com.dxfeed.glossary.AdditionalUnderlyings
Returns SPC for specified underlying symbol or 0 is specified symbol is not found.
getSPC() - Method in class com.dxfeed.ipf.InstrumentProfile
Returns shares per contract for options.
getSPC() - Method in class com.dxfeed.ipf.option.OptionSeries
Returns shares per contract for options.
getStartTime() - Method in class com.dxfeed.schedule.Day
Returns start time of this day (inclusive).
getStartTime() - Method in class com.dxfeed.schedule.Session
Returns start time of this session (inclusive).
getState() - Method in class com.dxfeed.api.DXEndpoint
Returns the state of this endpoint.
getStatusReason() - Method in class com.dxfeed.event.market.Profile
Returns description of the reason that trading was halted.
getStrike() - Method in class com.dxfeed.ipf.InstrumentProfile
Returns strike price for options.
getStrikes() - Method in class com.dxfeed.ipf.option.OptionSeries
Returns a list of all strikes in ascending order.
getSubscription(Class<E>) - Method in class com.dxfeed.api.DXPublisher
Returns observable set of subscribed symbols for the specified event type.
getSymbol() - Method in class com.dxfeed.ipf.InstrumentProfile
Returns identifier of instrument, preferable an international one in Latin alphabet.
getSymbol() - Method in class com.dxfeed.ipf.option.OptionChain
Returns symbol (product or underlying) of this option chain.
getSymbol() - Method in class com.dxfeed.model.market.OrderBookModel
Returns order book symbol, or null for empty subscription.
getSymbols() - Method in class com.dxfeed.api.DXFeedSubscription
Returns a set of subscribed symbols.
getText() - Method in class com.dxfeed.glossary.AdditionalUnderlyings
Returns textual representation of additional underlyings in the format: TEXT ::= "" | LIST LIST ::= AU | AU "; " LIST AU ::= UNDERLYING " " SPC Where UNDERLYING is a symbol of underlying instrument and SPC is a number of shares per contract of that underlying.
getText() - Method in class com.dxfeed.glossary.PriceIncrements
Returns textual representation of price increments in the format: TEXT ::= "" | LIST LIST ::= INCREMENT | RANGE "; " LIST RANGE ::= INCREMENT " " UPPER_LIMIT Where INCREMENT is a price increment in the given price range and UPPER_LIMIT is the upper bound of that range.
getTheta() - Method in class com.dxfeed.event.option.Greeks
Returns option theta.
getTime() - Method in class com.dxfeed.event.candle.Candle
Returns timestamp of original event in milliseconds.
getTime() - Method in class com.dxfeed.event.market.Order
Returns time of this order.
getTime() - Method in class com.dxfeed.event.market.TimeAndSale
Returns timestamp of the original event.
getTime() - Method in class com.dxfeed.event.market.Trade
Returns time of the last trade.
getTime() - Method in class com.dxfeed.event.option.TheoPrice
Returns time of the last theo price computation.
getTime() - Method in interface com.dxfeed.event.TimeSeriesEvent
Returns timestamp of the event.
getTimeSeriesPromise(Class<E>, Object, long, long) - Method in class com.dxfeed.api.DXFeed
Requests time series of events for the specified event type, symbol, and a range of time.
getTimeZone() - Method in class com.dxfeed.schedule.Schedule
Returns time zone in which this schedule is defined.
getTradingHours() - Method in class com.dxfeed.ipf.InstrumentProfile
Returns trading hours specification.
getTradingVenues(InstrumentProfile) - Static method in class com.dxfeed.schedule.Schedule
Returns trading venues for specified instrument profile.
getType() - Method in class com.dxfeed.event.candle.CandlePeriod
Returns aggregation period type.
getType() - Method in class com.dxfeed.ipf.InstrumentProfile
Returns type of instrument.
getType() - Method in enum com.dxfeed.ipf.InstrumentProfileField
Returns type of this field.
getType() - Method in class com.dxfeed.schedule.Session
Returns type of this session.
getUnderlying() - Method in class com.dxfeed.ipf.InstrumentProfile
Returns primary underlying symbol for options.
getUnderlyingPrice() - Method in class com.dxfeed.event.option.TheoPrice
Returns underlying price at the time of theo price computation.
getValue() - Method in class com.dxfeed.event.candle.CandlePeriod
Returns aggregation period value.
getValues() - Method in class com.dxfeed.glossary.CFI.Attribute
Returns values of this attribute.
getVega() - Method in class com.dxfeed.event.option.Greeks
Returns option vega.
getVersion() - Method in class com.dxfeed.event.misc.Configuration
Returns version.
getVolatility() - Method in class com.dxfeed.event.option.Greeks
Returns Black-Scholes implied volatility of the option.
getVolume() - Method in class com.dxfeed.event.candle.Candle
Returns total volume in this candle.
getVWAP() - Method in class com.dxfeed.event.candle.Candle
Returns volume-weighted average price (VWAP) in this candle.
getYear() - Method in class com.dxfeed.schedule.Day
Returns calendar year - i.e. it returns 1977 for the year 1977.
getYearMonthDay() - Method in class com.dxfeed.schedule.Day
Returns year, month and day numbers decimally packed in the following way: YearMonthDay = year * 10000 + month * 100 + day For example, September 28, 1977 has value 19770928.
Greeks - Class in com.dxfeed.event.option
Greeks event is a snapshot of the option price, Black-Scholes volatility and greeks.
Greeks() - Constructor for class com.dxfeed.event.option.Greeks
Creates new greeks with default values.
Greeks(String) - Constructor for class com.dxfeed.event.option.Greeks
Creates new greeks with the specified event symbol.

H

hasAttributes(String) - Static method in class com.dxfeed.event.market.MarketEventSymbols
Returns true if the specified symbol has any attributes.
hasException() - Method in class com.dxfeed.promise.Promise
Returns true when computation has completed exceptionally or was cancelled.
hasExchangeCode(String) - Static method in class com.dxfeed.event.market.MarketEventSymbols
Returns true is the specified symbol has the exchange code specification.
hashCode() - Method in class com.dxfeed.api.osub.TimeSeriesSubscriptionSymbol
Returns eventSymbol hash code.
hashCode() - Method in class com.dxfeed.api.osub.WildcardSymbol
 
hashCode() - Method in class com.dxfeed.event.candle.CandleExchange
Returns hash code of this exchange attribute.
hashCode() - Method in class com.dxfeed.event.candle.CandlePeriod
Returns hash code of this aggregation period.
hashCode() - Method in class com.dxfeed.event.candle.CandleSymbol
Returns hash code of this symbol.
hashCode() - Method in class com.dxfeed.glossary.AdditionalUnderlyings
 
hashCode() - Method in class com.dxfeed.glossary.CFI
 
hashCode() - Method in class com.dxfeed.glossary.PriceIncrements
 
hashCode() - Method in class com.dxfeed.ipf.option.OptionSeries
Returns a hash code value for this option series.
hashCode() - Method in class com.dxfeed.schedule.Day
 
hashCode() - Method in class com.dxfeed.schedule.DayFilter
 
hashCode() - Method in class com.dxfeed.schedule.Session
 
hashCode() - Method in class com.dxfeed.schedule.SessionFilter
 
hasResult() - Method in class com.dxfeed.promise.Promise
Returns true when computation has completed normally.
HOLIDAY - Static variable in class com.dxfeed.schedule.DayFilter
Accepts holidays only - those with (isHoliday() == true).
holiday - Variable in class com.dxfeed.schedule.DayFilter
Required holiday flag, null if not relevant.

I

incrementPrice(double, int) - Method in class com.dxfeed.glossary.PriceIncrements
Returns specified price incremented in the specified direction by appropriate increment and then rounded to nearest valid value.
incrementPrice(double, int, double) - Method in class com.dxfeed.glossary.PriceIncrements
Returns specified price incremented in the specified direction by the maximum of specified step and appropriate increment, and then rounded to nearest valid value.
IndexedEvent<T> - Interface in com.dxfeed.event
Represents an indexed collection of up-to-date information about some condition or state of an external entity that updates in real-time.
InstrumentProfile - Class in com.dxfeed.ipf
Represents basic profile information about market instrument.
InstrumentProfile() - Constructor for class com.dxfeed.ipf.InstrumentProfile
Creates an instrument profile with default values.
InstrumentProfile(InstrumentProfile) - Constructor for class com.dxfeed.ipf.InstrumentProfile
Creates an instrument profile as a copy of the specified instrument profile.
InstrumentProfileField - Enum in com.dxfeed.ipf
Defines standard fields of InstrumentProfile and provides data access methods.
InstrumentProfileFormatException - Exception in com.dxfeed.ipf
Signals that input stream does not conform to the Simple File Format.
InstrumentProfileFormatException() - Constructor for exception com.dxfeed.ipf.InstrumentProfileFormatException
Constructs a InstrumentProfileFormatException without detail message.
InstrumentProfileFormatException(String) - Constructor for exception com.dxfeed.ipf.InstrumentProfileFormatException
Constructs a InstrumentProfileFormatException with specified detail message.
InstrumentProfileReader - Class in com.dxfeed.ipf
Reads instrument profiles from the stream using Simple File Format.
InstrumentProfileReader() - Constructor for class com.dxfeed.ipf.InstrumentProfileReader
 
InstrumentProfileReader.UncloseableInputStream - Class in com.dxfeed.ipf
Delegating InputStream that does not close underlying stream.
InstrumentProfileReader.UncloseableInputStream(InputStream) - Constructor for class com.dxfeed.ipf.InstrumentProfileReader.UncloseableInputStream
 
InstrumentProfileType - Enum in com.dxfeed.ipf
Defines standard types of InstrumentProfile.
InstrumentProfileWriter - Class in com.dxfeed.ipf
Writes instrument profiles to the stream using Simple File Format.
InstrumentProfileWriter() - Constructor for class com.dxfeed.ipf.InstrumentProfileWriter
 
InstrumentProfileWriter.UncloseableOutputStream - Class in com.dxfeed.ipf
Delegating OutputStream that does not close underlying stream.
InstrumentProfileWriter.UncloseableOutputStream(OutputStream) - Constructor for class com.dxfeed.ipf.InstrumentProfileWriter.UncloseableOutputStream
 
intern(String) - Method in class com.dxfeed.ipf.InstrumentProfileReader
To be overridden in subclasses to allow intern strings using pools (e.g.
isCancel() - Method in class com.dxfeed.event.market.TimeAndSale
Returns whether this is a cancellation of a previous event.
isCancelled() - Method in class com.dxfeed.promise.Promise
Returns true when computation was cancelled.
isClosed() - Method in class com.dxfeed.api.DXFeedSubscription
Returns true if this subscription is closed.
isClosed() - Method in interface com.dxfeed.api.osub.ObservableSubscription
Returns true if this subscription is closed.
isCorrection() - Method in class com.dxfeed.event.market.TimeAndSale
Returns whether this is a correction of a previous event.
isDebtInstrument() - Method in class com.dxfeed.glossary.CFI
Returns true if corresponding instrument is a debt instrument.
isDone() - Method in class com.dxfeed.promise.Promise
Returns true when computation has completed normally, or exceptionally, or was cancelled.
isEmpty() - Method in class com.dxfeed.schedule.Session
Returns true if this session has zero duration.
isEntitlement() - Method in class com.dxfeed.glossary.CFI
Returns true if corresponding instrument is an entitlement (right).
isEquity() - Method in class com.dxfeed.glossary.CFI
Returns true if corresponding instrument is an equity.
isExtendedTradingHours() - Method in class com.dxfeed.event.market.TimeAndSale
Returns whether this event represents an extended trading hours sale.
isFuture() - Method in class com.dxfeed.glossary.CFI
Returns true if corresponding instrument is a future.
isHoliday() - Method in class com.dxfeed.schedule.Day
Returns true if this day is an exchange holiday.
isNew() - Method in class com.dxfeed.event.market.TimeAndSale
Returns whether this is a new event (not cancellation or correction).
isNumericField() - Method in enum com.dxfeed.ipf.InstrumentProfileField
Returns "true" if this field supports numeric representation of a value.
isOption() - Method in class com.dxfeed.glossary.CFI
Returns true if corresponding instrument is an option.
isOther() - Method in class com.dxfeed.glossary.CFI
Returns true if corresponding instrument is an other (miscellaneous) instrument.
isShortDay() - Method in class com.dxfeed.schedule.Day
Returns true if this day is a short day.
isSpreadLeg() - Method in class com.dxfeed.event.market.TimeAndSale
Returns whether this event represents a spread leg.
isTrading() - Method in class com.dxfeed.schedule.Day
Returns true if trading activity is allowed within this day.
isTrading() - Method in class com.dxfeed.schedule.Session
Returns true if trading activity is allowed within this session.
isTrading() - Method in enum com.dxfeed.schedule.SessionType
Returns true if trading activity is allowed for this type of session.
isTradingHalted() - Method in class com.dxfeed.event.market.Profile
Returns true if trading of this security instrument is halted.
isValidTick() - Method in class com.dxfeed.event.market.TimeAndSale
Returns whether this event represents a valid intraday tick.

L

LastingEvent<T> - Interface in com.dxfeed.event
Represents up-to-date information about some condition or state of an external entity that updates in real-time.
LEVEL_AGGREGATE - Static variable in class com.dxfeed.event.market.Order
Represents aggregate information for each price level or best bid and offer for each market maker.
LEVEL_COMPOSITE - Static variable in class com.dxfeed.event.market.Order
Represents best bid and offer.
LEVEL_ORDER - Static variable in class com.dxfeed.event.market.Order
Represents individual order at the market.
LEVEL_REGIONAL - Static variable in class com.dxfeed.event.market.Order
Represents best bid and offer for a given exchange code.

M

MarketEvent - Class in com.dxfeed.event.market
Abstract base class for all market events.
MarketEvent() - Constructor for class com.dxfeed.event.market.MarketEvent
Protected constructor for concrete implementation classes.
MarketEvent(String) - Constructor for class com.dxfeed.event.market.MarketEvent
Protected constructor for concrete implementation classes that initializes eventSymbol property.
MarketEventSymbols - Class in com.dxfeed.event.market
Helper class to compose and parse symbols for market events.
MAX_SEQUENCE - Static variable in class com.dxfeed.event.candle.Candle
Maximal allowed sequence value.
MAX_SEQUENCE - Static variable in class com.dxfeed.event.market.TimeAndSale
 
Message - Class in com.dxfeed.event.misc
Message event with application-specific attachment.
Message() - Constructor for class com.dxfeed.event.misc.Message
Creates new message with default values.
Message(String) - Constructor for class com.dxfeed.event.misc.Message
Creates new message with the specified event symbol.
Message(String, Object) - Constructor for class com.dxfeed.event.misc.Message
Creates new message with the specified event symbol and attachment.
modelChanged(ObservableListModelListener.Change<? extends E>) - Method in interface com.dxfeed.model.ObservableListModelListener
Called after a change has been made to an ObservableListModel.
MONDAY - Static variable in class com.dxfeed.schedule.DayFilter
Accepts Mondays only - those with (getDayOfWeek() == 1).

N

NAME_PROPERTY - Static variable in class com.dxfeed.api.DXEndpoint
Defines property for endpoint name that is used to distinguish multiple endpoints in the same JVM in logs and in other diagnostic means.
newBuilder() - Static method in class com.dxfeed.api.DXEndpoint
Creates new DXEndpoint.Builder instance.
NO_TRADING - Static variable in class com.dxfeed.schedule.SessionFilter
Accepts any session with type SessionType.NO_TRADING.
NON_TRADING - Static variable in class com.dxfeed.schedule.DayFilter
Accepts non-trading days only - those with (isTrading() == false).
NON_TRADING - Static variable in class com.dxfeed.schedule.SessionFilter
Accepts non-trading sessions only - those with (Session.isTrading() == false).
normalizeAttributeForSymbol(String) - Static method in enum com.dxfeed.event.candle.CandleAlignment
Returns candle symbol string with the normalized representation of the candle alignment attribute.
normalizeAttributeForSymbol(String) - Static method in class com.dxfeed.event.candle.CandlePeriod
Returns candle symbol string with the normalized representation of the candle period attribute.
normalizeAttributeForSymbol(String) - Static method in enum com.dxfeed.event.candle.CandlePrice
Returns candle symbol string with the normalized representation of the candle price type attribute.
normalizeAttributeForSymbol(String) - Static method in enum com.dxfeed.event.candle.CandleSession
Returns candle symbol string with the normalized representation of the candle session attribute.

O

ObservableListModel<E> - Interface in com.dxfeed.model
A list that allows to track its changes via listeners.
ObservableListModelListener<E> - Interface in com.dxfeed.model
Callback interface that receives notifications about changes in ObservableListModel.
ObservableListModelListener.Change<E> - Class in com.dxfeed.model
Represents a notification of the change done to an ObservableListModel.
ObservableListModelListener.Change(ObservableListModel<E>) - Constructor for class com.dxfeed.model.ObservableListModelListener.Change
 
ObservableSubscription<E> - Interface in com.dxfeed.api.osub
Observable set of subscription symbols for the specific event type.
ObservableSubscriptionChangeListener - Interface in com.dxfeed.api.osub
The listener interface for receiving notifications on the changes of observed subscription.
OptionChain<T> - Class in com.dxfeed.ipf.option
Set of option series for a single product or underlying symbol.
OptionChainsBuilder<T> - Class in com.dxfeed.ipf.option
Builder class for a set of option chains grouped by product or underlying symbol.
OptionChainsBuilder() - Constructor for class com.dxfeed.ipf.option.OptionChainsBuilder
Creates new option chains builder.
OptionSeries<T> - Class in com.dxfeed.ipf.option
Series of call and put options with different strike sharing the same attributes of expiration, last trading day, spc, multiplies, etc.
Order - Class in com.dxfeed.event.market
Order event is a snapshot for a full available market depth for a symbol.
Order() - Constructor for class com.dxfeed.event.market.Order
Creates new order with default values.
Order(String) - Constructor for class com.dxfeed.event.market.Order
Creates new order with the specified event symbol.
OrderBookCorrector - Class in com.dxfeed.model.market
Model that corrects Order Book errors.
OrderBookCorrector(DXFeed) - Constructor for class com.dxfeed.model.market.OrderBookCorrector
Creates new model with default parameters and attaches it to specified data feed.
OrderBookCorrector(DXFeed, long, long) - Constructor for class com.dxfeed.model.market.OrderBookCorrector
Creates new model with specified parameters and attaches it to specified data feed.
OrderBookModel - Class in com.dxfeed.model.market
Model for convenient Order Book management.
OrderBookModel() - Constructor for class com.dxfeed.model.market.OrderBookModel
Creates new model.
OrderBookModelFilter - Enum in com.dxfeed.model.market
An order events filter for OrderBookModel.

P

parse(String) - Static method in enum com.dxfeed.event.candle.CandleAlignment
Parses string representation of candle alignment into object.
parse(String) - Static method in class com.dxfeed.event.candle.CandlePeriod
Parses string representation of aggregation period into object.
parse(String) - Static method in enum com.dxfeed.event.candle.CandlePrice
Parses string representation of candle price type into object.
parse(String) - Static method in enum com.dxfeed.event.candle.CandleSession
Parses string representation of candle session attribute into object.
parse(String) - Static method in enum com.dxfeed.event.candle.CandleType
Parses string representation of candle type into object.
parseDate(String) - Static method in enum com.dxfeed.ipf.InstrumentProfileField
 
parseNumber(String) - Static method in enum com.dxfeed.ipf.InstrumentProfileField
 
PRE_MARKET - Static variable in class com.dxfeed.schedule.SessionFilter
Accepts any session with type SessionType.PRE_MARKET.
PriceIncrements - Class in com.dxfeed.glossary
Represents rules for valid price quantization for a given instrument on a certain exchange.
PriceType - Enum in com.dxfeed.event.market
Type of the price value.
processEvents(DXFeedSubscription<E>, List<E>) - Static method in class com.dxfeed.api.DXFeed
Processes received events.
Profile - Class in com.dxfeed.event.market
Profile information snapshot that contains security instrument description.
Profile() - Constructor for class com.dxfeed.event.market.Profile
Creates new profile with default values.
Profile(String) - Constructor for class com.dxfeed.event.market.Profile
Creates new profile with the specified event symbol.
Promise<T> - Class in com.dxfeed.promise
Result of a computation that will be completed normally or exceptionally in the future.
Promise() - Constructor for class com.dxfeed.promise.Promise
Creates promise in the initial state.
promiseDone(Promise<? extends T>) - Method in interface com.dxfeed.promise.PromiseHandler
Invoked when promised computation has completed normally, or exceptionally, or was canceled.
PromiseException - Exception in com.dxfeed.promise
Indicates that promised computation has completed exceptionally.
PromiseException(Throwable) - Constructor for exception com.dxfeed.promise.PromiseException
Constructs exception with a given cause.
PromiseHandler<T> - Interface in com.dxfeed.promise
Handler for promised computation completion.
Promises - Class in com.dxfeed.promise
Utility methods to manipulate promises.
publishEvents(Collection<?>) - Method in class com.dxfeed.api.DXPublisher
Publishes events to the corresponding feed.

Q

Quote - Class in com.dxfeed.event.market
Quote event is a snapshot of the best bid and ask prices, and other fields that change with each quote.
Quote() - Constructor for class com.dxfeed.event.market.Quote
Creates new quote with default values.
Quote(String) - Constructor for class com.dxfeed.event.market.Quote
Creates new quote with the specified event symbol.

R

read(InputStream, String) - Method in class com.dxfeed.ipf.InstrumentProfileReader
Reads and returns instrument profiles from specified stream using specified name to select data compression format.
read(InputStream) - Method in class com.dxfeed.ipf.InstrumentProfileReader
Reads and returns instrument profiles from specified stream.
readFromFile(String) - Method in class com.dxfeed.ipf.InstrumentProfileReader
Reads and returns instrument profiles from specified file.
REGULAR - Static variable in class com.dxfeed.schedule.SessionFilter
Accepts any session with type SessionType.REGULAR.
removeAttributeStringByKey(String, String) - Static method in class com.dxfeed.event.market.MarketEventSymbols
Removes one attribute with the specified key while leaving exchange code and other attributes intact.
removeChangeListener(ObservableSubscriptionChangeListener) - Method in class com.dxfeed.api.DXFeedSubscription
Removes subscription change listener.
removeChangeListener(ObservableSubscriptionChangeListener) - Method in interface com.dxfeed.api.osub.ObservableSubscription
Removes subscription change listener.
removeEventListener(DXFeedEventListener<E>) - Method in class com.dxfeed.api.DXFeedSubscription
Removes listener for events.
removeEventListener(DXFeedEventListener<Order>) - Method in class com.dxfeed.model.market.OrderBookCorrector
Removes listener for events.
removeListener(ObservableListModelListener<? super E>) - Method in interface com.dxfeed.model.ObservableListModel
Removes a listener from this observable list model.
removeStateChangeListener(PropertyChangeListener) - Method in class com.dxfeed.api.DXEndpoint
Removes listener that is notified about changes in state property.
removeSymbols(Collection<?>) - Method in class com.dxfeed.api.DXFeedSubscription
Removes the specified collection of symbols from the set of subscribed symbols.
removeSymbols(Object...) - Method in class com.dxfeed.api.DXFeedSubscription
Removes the specified array of symbols from the set of subscribed symbols.
RESERVED_PREFIX - Static variable in class com.dxfeed.api.osub.WildcardSymbol
Symbol prefix that is reserved for wildcard subscriptions.
resolveSourceURL(String) - Static method in class com.dxfeed.ipf.InstrumentProfileReader
Converts a specified string address specification into an URL that will be read by InstrumentProfileReader.readFromFile(java.lang.String) method using URLInputStream.
role - Variable in class com.dxfeed.api.DXEndpoint.Builder
Current role for implementations of DXEndpoint.Builder.
roundPrice(double) - Method in class com.dxfeed.glossary.PriceIncrements
Returns specified price rounded to nearest valid value.
roundPrice(double, int) - Method in class com.dxfeed.glossary.PriceIncrements
Returns specified price rounded in the specified direction to nearest value that is valid according to price increment rules.

S

SATURDAY - Static variable in class com.dxfeed.schedule.DayFilter
Accepts Saturdays only - those with (getDayOfWeek() == 6).
Schedule - Class in com.dxfeed.schedule
Schedule class provides API to retrieve and explore trading schedules of different exchanges and different classes of financial instruments.
Session - Class in com.dxfeed.schedule
Session represents a continuous period of time during which apply same rules regarding trading activity.
SessionFilter - Class in com.dxfeed.schedule
A filter for sessions used by various search methods.
SessionFilter(SessionType, Boolean) - Constructor for class com.dxfeed.schedule.SessionFilter
Creates filter with specified type and trading flag conditions.
SessionType - Enum in com.dxfeed.schedule
Defines type of a session - what kind of trading activity is allowed (if any), what rules are used, what impact on daily trading statistics it has, etc..
setAdditionalUnderlyings(String) - Method in class com.dxfeed.ipf.InstrumentProfile
Changes additional underlyings for options, including additional cash.
setAdditionalUnderlyings(String) - Method in class com.dxfeed.ipf.option.OptionChainsBuilder
Changes additional underlyings for options, including additional cash.
setAggressorSide(Side) - Method in class com.dxfeed.event.market.TimeAndSale
Changes aggressor side of this time and sale event.
setAskExchangeCode(char) - Method in class com.dxfeed.event.market.Quote
Changes ask exchange code.
setAskPrice(double) - Method in class com.dxfeed.event.market.Quote
Changes ask price.
setAskPrice(double) - Method in class com.dxfeed.event.market.TimeAndSale
Changes the current ask price on the market when this time and sale event had occurred.
setAskSize(long) - Method in class com.dxfeed.event.market.Quote
Changes ask size.
setAskTime(long) - Method in class com.dxfeed.event.market.Quote
Changes time of the last ask change.
setAskVolume(long) - Method in class com.dxfeed.event.candle.Candle
Changes ask volume in this candle.
setAttachment(Object) - Method in class com.dxfeed.event.misc.Configuration
Changes attachment.
setAttachment(Object) - Method in class com.dxfeed.event.misc.Message
Changes attachment.
setBaseCurrency(String) - Method in class com.dxfeed.ipf.InstrumentProfile
Changes base currency of currency pair (FOREX instruments).
setBidExchangeCode(char) - Method in class com.dxfeed.event.market.Quote
Changes bid exchange code.
setBidPrice(double) - Method in class com.dxfeed.event.market.Quote
Changes bid price.
setBidPrice(double) - Method in class com.dxfeed.event.market.TimeAndSale
Changes the current bid price on the market when this time and sale event had occurred.
setBidSize(long) - Method in class com.dxfeed.event.market.Quote
Changes bid size.
setBidTime(long) - Method in class com.dxfeed.event.market.Quote
Changes time of the last bid change.
setBidVolume(long) - Method in class com.dxfeed.event.candle.Candle
Changes bid volume in this candle.
setCancel() - Method in class com.dxfeed.event.market.TimeAndSale
Marks this event as a cancellation of a previous event.
setCFI(String) - Method in class com.dxfeed.ipf.InstrumentProfile
Changes Classification of Financial Instruments code.
setCFI(String) - Method in class com.dxfeed.ipf.option.OptionChainsBuilder
Changes Classification of Financial Instruments code.
setClose(double) - Method in class com.dxfeed.event.candle.Candle
Changes the last (close) price of this candle.
setCorrection() - Method in class com.dxfeed.event.market.TimeAndSale
Marks this is event as a correction of a previous event.
setCount(long) - Method in class com.dxfeed.event.candle.Candle
Changes total number of original trade (or quote) events in this candle.
setCountry(String) - Method in class com.dxfeed.ipf.InstrumentProfile
Changes country of origin (incorporation) of corresponding company or parent entity.
setCurrency(String) - Method in class com.dxfeed.ipf.InstrumentProfile
Changes currency of quotation, pricing and trading.
setCUSIP(String) - Method in class com.dxfeed.ipf.InstrumentProfile
Changes Committee on Uniform Security Identification Procedures code.
setDateField(String, int) - Method in class com.dxfeed.ipf.InstrumentProfile
Changes day id value for a date field with a specified name.
setDayClosePrice(double) - Method in class com.dxfeed.event.market.Summary
Changes the last (close) price for the day.
setDayClosePriceType(PriceType) - Method in class com.dxfeed.event.market.Summary
Changes the price type of the last (close) price for the day.
setDayHighPrice(double) - Method in class com.dxfeed.event.market.Summary
Changes the maximal (high) price for the day.
setDayId(int) - Method in class com.dxfeed.event.market.Summary
Changes identifier of the day that this summary represents.
setDayLowPrice(double) - Method in class com.dxfeed.event.market.Summary
Changes the minimal (low) price for the day.
setDayOpenPrice(double) - Method in class com.dxfeed.event.market.Summary
Changes the first (open) price for the day.
setDayVolume(long) - Method in class com.dxfeed.event.market.Trade
Changes total volume traded for a day.
setDefaults(byte[]) - Static method in class com.dxfeed.schedule.Schedule
Sets shared defaults that are used by individual schedule instances.
setDelta(double) - Method in class com.dxfeed.event.option.Greeks
Changes option delta.
setDelta(double) - Method in class com.dxfeed.event.option.TheoPrice
Changes delta of the theoretical price.
setDescription(String) - Method in class com.dxfeed.event.market.Profile
Changes description of the security instrument.
setDescription(String) - Method in class com.dxfeed.ipf.InstrumentProfile
Changes description of instrument, preferable an international one in Latin alphabet.
setDividend(double) - Method in class com.dxfeed.event.option.TheoPrice
Changes implied simple dividend return of the corresponding option series.
setEventId(long) - Method in class com.dxfeed.event.candle.Candle
Changes identifier for this event.
setEventId(long) - Method in class com.dxfeed.event.market.TimeAndSale
Changes identifier for this event.
setEventSymbol(CandleSymbol) - Method in class com.dxfeed.event.candle.Candle
Changes candle event symbol.
setEventSymbol(T) - Method in interface com.dxfeed.event.EventType
Changes event symbol that identifies this event type in subscription.
setEventSymbol(String) - Method in class com.dxfeed.event.market.MarketEvent
Changes symbol for this event.
setEventSymbol(String) - Method in class com.dxfeed.event.misc.Configuration
Changes symbol for this event.
setEventSymbol(String) - Method in class com.dxfeed.event.misc.Message
Changes symbol for this event.
setExchangeCode(char) - Method in class com.dxfeed.event.market.Order
Changes exchange code of this order.
setExchangeCode(char) - Method in class com.dxfeed.event.market.TimeAndSale
Changes exchange code of this time and sale event.
setExchangeCode(char) - Method in class com.dxfeed.event.market.Trade
Changes exchange code of the last trade.
setExchangeData(String) - Method in class com.dxfeed.ipf.InstrumentProfile
Changes exchange-specific data required to properly identify instrument when communicating with exchange.
setExchanges(String) - Method in class com.dxfeed.ipf.InstrumentProfile
Changes list of exchanges where instrument is quoted or traded.
setExchangeSaleConditions(String) - Method in class com.dxfeed.event.market.TimeAndSale
Changes sale conditions provided for this event by data feed.
setExpiration(int) - Method in class com.dxfeed.ipf.InstrumentProfile
Changes day id of expiration.
setExpiration(int) - Method in class com.dxfeed.ipf.option.OptionChainsBuilder
Changes day id of expiration.
setExpirationStyle(String) - Method in class com.dxfeed.ipf.InstrumentProfile
Returns expiration cycle style, such as "Weeklys", "Quarterlys".
setExpirationStyle(String) - Method in class com.dxfeed.ipf.option.OptionChainsBuilder
Returns expiration cycle style, such as "Weeklys", "Quarterlys".
setExtendedTradingHours(boolean) - Method in class com.dxfeed.event.market.TimeAndSale
Changes whether this event represents an extended trading hours sale.
setField(String, String) - Method in class com.dxfeed.ipf.InstrumentProfile
Changes field value with a specified name.
setField(InstrumentProfile, String) - Method in enum com.dxfeed.ipf.InstrumentProfileField
Sets value of this field (in textual representation) to specified profile.
setFilter(OrderBookModelFilter) - Method in class com.dxfeed.model.market.OrderBookModel
Sets the specified filter to the model.
setFlags(int) - Method in class com.dxfeed.event.market.Summary
Changes implementation-specific flags.
setFlags(int) - Method in class com.dxfeed.event.market.TimeAndSale
Changes implementation-specific flags.
setFromTime(long) - Method in class com.dxfeed.api.DXFeedTimeSeriesSubscription
Sets the earliest timestamp from which time-series of events shall be received.
setGamma(double) - Method in class com.dxfeed.event.option.Greeks
Changes option gamma.
setGamma(double) - Method in class com.dxfeed.event.option.TheoPrice
Changes gamma of the theoretical price.
setHaltEndTime(long) - Method in class com.dxfeed.event.market.Profile
Changes ending time of the trading halt interval.
setHaltStartTime(long) - Method in class com.dxfeed.event.market.Profile
Changes starting time of the trading halt interval.
setHigh(double) - Method in class com.dxfeed.event.candle.Candle
Changes the maximal (high) price of this candle.
setICB(int) - Method in class com.dxfeed.ipf.InstrumentProfile
Changes Industry Classification Benchmark.
setIndex(long) - Method in interface com.dxfeed.event.IndexedEvent
Changes unique per-symbol index of this event.
setIndex(long) - Method in class com.dxfeed.event.market.Order
Changes unique per-symbol index of this order.
setInterest(double) - Method in class com.dxfeed.event.option.TheoPrice
Changes implied simple interest return of the corresponding option series.
setISIN(String) - Method in class com.dxfeed.ipf.InstrumentProfile
Changes International Securities Identifying Number.
setLastTrade(int) - Method in class com.dxfeed.ipf.InstrumentProfile
Changes day id of last trading day.
setLastTrade(int) - Method in class com.dxfeed.ipf.option.OptionChainsBuilder
Changes day id of last trading day.
setLevel(int) - Method in class com.dxfeed.event.market.Order
Changes detail level of this order.
setLocalDescription(String) - Method in class com.dxfeed.ipf.InstrumentProfile
Changes description of instrument in national language.
setLocalSymbol(String) - Method in class com.dxfeed.ipf.InstrumentProfile
Changes identifier of instrument in national language.
setLotSize(int) - Method in class com.dxfeed.model.market.OrderBookModel
Sets the lot size.
setLow(double) - Method in class com.dxfeed.event.candle.Candle
Changes the minimal (low) price of this candle.
setMarketMaker(String) - Method in class com.dxfeed.event.market.Order
Changes market maker or other aggregate identifier of this order.
setMarshalledAttachment(Object) - Method in class com.dxfeed.event.misc.Configuration
Changes implementation-specific form of an attachment.
setMarshalledAttachment(Object) - Method in class com.dxfeed.event.misc.Message
Changes implementation-specific form of an attachment.
setMMY(String) - Method in class com.dxfeed.ipf.InstrumentProfile
Changes maturity month-year as provided for corresponding FIX tag (200).
setMMY(String) - Method in class com.dxfeed.ipf.option.OptionChainsBuilder
Changes maturity month-year as provided for corresponding FIX tag (200).
setMultiplier(double) - Method in class com.dxfeed.ipf.InstrumentProfile
Changes market value multiplier.
setMultiplier(double) - Method in class com.dxfeed.ipf.option.OptionChainsBuilder
Changes market value multiplier.
setNew() - Method in class com.dxfeed.event.market.TimeAndSale
Marks this event as a new event (not cancellation or correction).
setNumericField(String, double) - Method in class com.dxfeed.ipf.InstrumentProfile
Changes numeric field value with a specified name.
setNumericField(InstrumentProfile, double) - Method in enum com.dxfeed.ipf.InstrumentProfileField
Sets value of this field (in numeric representation) to specified profile.
setOpen(double) - Method in class com.dxfeed.event.candle.Candle
Changes the first (open) price of this candle.
setOpenInterest(long) - Method in class com.dxfeed.event.market.Summary
Changes open interest of the symbol as the number of open contracts.
setOPOL(String) - Method in class com.dxfeed.ipf.InstrumentProfile
Changes official Place Of Listing, the organization that have listed this instrument.
setOptionType(String) - Method in class com.dxfeed.ipf.InstrumentProfile
Changes type of option.
setOptionType(String) - Method in class com.dxfeed.ipf.option.OptionChainsBuilder
Changes type of option.
setPrevDayClosePrice(double) - Method in class com.dxfeed.event.market.Summary
Changes the last (close) price for the previous day.
setPrevDayClosePriceType(PriceType) - Method in class com.dxfeed.event.market.Summary
Changes the price type of the last (close) price for the previous day.
setPrevDayId(int) - Method in class com.dxfeed.event.market.Summary
Changes identifier of the previous day that this summary represents.
setPrice(double) - Method in class com.dxfeed.event.market.Order
Changes price of this order.
setPrice(double) - Method in class com.dxfeed.event.market.TimeAndSale
Changes price of this time and sale event.
setPrice(double) - Method in class com.dxfeed.event.market.Trade
Changes price of the last trade.
setPrice(double) - Method in class com.dxfeed.event.option.Greeks
Changes option market price.
setPrice(double) - Method in class com.dxfeed.event.option.TheoPrice
Changes theoretical option price.
setPriceIncrements(String) - Method in class com.dxfeed.ipf.InstrumentProfile
Changes minimum allowed price increments with corresponding price ranges.
setProduct(String) - Method in class com.dxfeed.ipf.InstrumentProfile
Changes product for futures and options on futures (underlying asset name).
setProduct(String) - Method in class com.dxfeed.ipf.option.OptionChainsBuilder
Changes product for futures and options on futures (underlying asset name).
setRho(double) - Method in class com.dxfeed.event.option.Greeks
Changes option rho.
setSEDOL(String) - Method in class com.dxfeed.ipf.InstrumentProfile
Changes Stock Exchange Daily Official List.
setSequence(int) - Method in class com.dxfeed.event.candle.Candle
Changes Candle.getSequence() sequence number} of this event.
setSequence(int) - Method in class com.dxfeed.event.market.TimeAndSale
Changes TimeAndSale.getSequence() sequence number} of this event.
setSettlementStyle(String) - Method in class com.dxfeed.ipf.InstrumentProfile
Changes settlement price determination style, such as "Open", "Close".
setSettlementStyle(String) - Method in class com.dxfeed.ipf.option.OptionChainsBuilder
Changes settlement price determination style, such as "Open", "Close".
setSIC(int) - Method in class com.dxfeed.ipf.InstrumentProfile
Changes Standard Industrial Classification.
setSide(int) - Method in class com.dxfeed.event.market.Order
Changes side of this order on the market.
setSize(long) - Method in class com.dxfeed.event.market.Order
Changes size of this order.
setSize(long) - Method in class com.dxfeed.event.market.TimeAndSale
Changes size of this time and sale event.
setSize(long) - Method in class com.dxfeed.event.market.Trade
Changes size of the last trade.
setSPC(double) - Method in class com.dxfeed.ipf.InstrumentProfile
Changes shares per contract for options.
setSPC(double) - Method in class com.dxfeed.ipf.option.OptionChainsBuilder
Changes shares per contract for options.
setSpreadLeg(boolean) - Method in class com.dxfeed.event.market.TimeAndSale
Changes whether this event represents a spread leg.
setStatusReason(String) - Method in class com.dxfeed.event.market.Profile
Changes description of the reason that trading was halted.
setStrike(double) - Method in class com.dxfeed.ipf.InstrumentProfile
Changes strike price for options.
setStrike(double) - Method in class com.dxfeed.ipf.option.OptionChainsBuilder
Changes strike price for options.
setSymbol(String) - Method in class com.dxfeed.ipf.InstrumentProfile
Changes identifier of instrument, preferable an international one in Latin alphabet.
setSymbol(String) - Method in class com.dxfeed.model.market.OrderBookModel
Sets symbol for the order book to subscribe for.
setSymbols(Collection<?>) - Method in class com.dxfeed.api.DXFeedSubscription
Changes the set of subscribed symbols so that it contains just the symbols from the specified collection.
setSymbols(Object...) - Method in class com.dxfeed.api.DXFeedSubscription
Changes the set of subscribed symbols so that it contains just the symbols from the specified array.
setSymbols(Collection<String>) - Method in class com.dxfeed.model.market.OrderBookCorrector
Changes the set of subscribed symbols so that it contains just the symbols from the specified collection.
setSymbols(String...) - Method in class com.dxfeed.model.market.OrderBookCorrector
Changes the set of subscribed symbols so that it contains just the symbols from the specified array.
setTheta(double) - Method in class com.dxfeed.event.option.Greeks
Changes option theta.
setTime(long) - Method in class com.dxfeed.event.candle.Candle
Changes timestamp of event in milliseconds.
setTime(long) - Method in class com.dxfeed.event.market.Order
Changes time of this order.
setTime(long) - Method in class com.dxfeed.event.market.TimeAndSale
Changes timestamp of event in milliseconds.
setTime(long) - Method in class com.dxfeed.event.market.Trade
Changes time of the last trade.
setTime(long) - Method in class com.dxfeed.event.option.TheoPrice
Changes time of the last theo price computation.
setTradingHalted(boolean) - Method in class com.dxfeed.event.market.Profile
Changes trading halt status of this security instrument.
setTradingHours(String) - Method in class com.dxfeed.ipf.InstrumentProfile
Changes trading hours specification.
setType(String) - Method in class com.dxfeed.ipf.InstrumentProfile
Changes type of instrument.
setUnderlying(String) - Method in class com.dxfeed.ipf.InstrumentProfile
Changes primary underlying symbol for options.
setUnderlying(String) - Method in class com.dxfeed.ipf.option.OptionChainsBuilder
Changes primary underlying symbol for options.
setUnderlyingPrice(double) - Method in class com.dxfeed.event.option.TheoPrice
Changes underlying price at the time of theo price computation.
setValidTick(boolean) - Method in class com.dxfeed.event.market.TimeAndSale
Changes whether this event represents a valid intraday tick.
setVega(double) - Method in class com.dxfeed.event.option.Greeks
Changes option vega.
setVersion(int) - Method in class com.dxfeed.event.misc.Configuration
Changes version.
setVolatility(double) - Method in class com.dxfeed.event.option.Greeks
Changes Black-Scholes implied volatility of the option.
setVolume(long) - Method in class com.dxfeed.event.candle.Candle
Changes total volume in this candle.
setVWAP(double) - Method in class com.dxfeed.event.candle.Candle
Changes volume-weighted average price (VWAP) in this candle.
SHORT_DAY - Static variable in class com.dxfeed.schedule.DayFilter
Accepts short days only - those with (isShortDay() == true).
shortDay - Variable in class com.dxfeed.schedule.DayFilter
Required short day flag, null if not relevant.
Side - Enum in com.dxfeed.event.market
Side of an order or a trade.
SIDE_BUY - Static variable in class com.dxfeed.event.market.Order
Order to buy (bid).
SIDE_SELL - Static variable in class com.dxfeed.event.market.Order
Order to sell (ask or offer).
subscriptionClosed() - Method in interface com.dxfeed.api.osub.ObservableSubscriptionChangeListener
Invoked after subscription is closed or when this listener is removed from the subscription.
Summary - Class in com.dxfeed.event.market
Summary information snapshot about the trading session including session highs, lows, etc.
Summary() - Constructor for class com.dxfeed.event.market.Summary
Creates new summary with default values.
Summary(String) - Constructor for class com.dxfeed.event.market.Summary
Creates new summary with the specified event symbol.
SUNDAY - Static variable in class com.dxfeed.schedule.DayFilter
Accepts Sundays only - those with (getDayOfWeek() == 7).
supportsProperty(String) - Method in class com.dxfeed.api.DXEndpoint.Builder
Returns true if the corresponding property key is supported.
symbolsAdded(Set<?>) - Method in interface com.dxfeed.api.osub.ObservableSubscriptionChangeListener
Invoked after a collection of symbols is added to a subscription.
symbolsRemoved(Set<?>) - Method in interface com.dxfeed.api.osub.ObservableSubscriptionChangeListener
Invoked after a collection of symbols is removed from a subscription.

T

TheoPrice - Class in com.dxfeed.event.option
Theo price is a snapshot of the theoretical option price computation that is periodically performed by dxPrice model-free computation.
TheoPrice() - Constructor for class com.dxfeed.event.option.TheoPrice
Creates new theo price object with default values.
TheoPrice(String) - Constructor for class com.dxfeed.event.option.TheoPrice
Creates new theo price object with the specified event symbol.
THURSDAY - Static variable in class com.dxfeed.schedule.DayFilter
Accepts Thursdays only - those with (getDayOfWeek() == 4).
TICK - Static variable in class com.dxfeed.event.candle.CandlePeriod
Tick aggregation where each candle represents an individual tick.
TimeAndSale - Class in com.dxfeed.event.market
Time and Sale represents a trade (or other market event with price, e.g. market open/close price, etc.).
TimeAndSale() - Constructor for class com.dxfeed.event.market.TimeAndSale
Creates new time and sale event with default values.
TimeAndSale(String) - Constructor for class com.dxfeed.event.market.TimeAndSale
Creates new time and sale event with the specified event symbol.
TimeSeriesEvent<T> - Interface in com.dxfeed.event
Represents time-series snapshots of some process that is evolving in time or actual events in some external system that have an associated time stamp and can be uniquely identified.
TimeSeriesSubscriptionSymbol<T> - Class in com.dxfeed.api.osub
Represents subscription to time-series of events.
TimeSeriesSubscriptionSymbol(T, long) - Constructor for class com.dxfeed.api.osub.TimeSeriesSubscriptionSymbol
Creates time-series subscription symbol with a specified event symbol and subscription time.
toString() - Method in class com.dxfeed.api.osub.TimeSeriesSubscriptionSymbol
Returns string representation of this time-series subscription symbol.
toString() - Method in class com.dxfeed.api.osub.WildcardSymbol
Returns "*".
toString() - Method in class com.dxfeed.event.candle.Candle
Returns string representation of this candle.
toString() - Method in enum com.dxfeed.event.candle.CandleAlignment
Returns string representation of this candle alignment.
toString() - Method in class com.dxfeed.event.candle.CandleExchange
Returns string representation of this exchange.
toString() - Method in class com.dxfeed.event.candle.CandlePeriod
Returns string representation of this aggregation period.
toString() - Method in enum com.dxfeed.event.candle.CandlePrice
Returns string representation of this candle price type.
toString() - Method in enum com.dxfeed.event.candle.CandleSession
Returns string representation of this candle session attribute.
toString() - Method in class com.dxfeed.event.candle.CandleSymbol
Returns string representation of this symbol.
toString() - Method in enum com.dxfeed.event.candle.CandleType
Returns string representation of this candle type.
toString() - Method in class com.dxfeed.event.market.Order
Returns string representation of this order event.
toString() - Method in class com.dxfeed.event.market.Profile
Returns string representation of this profile event.
toString() - Method in class com.dxfeed.event.market.Quote
Returns string representation of this quote event.
toString() - Method in class com.dxfeed.event.market.Summary
Returns string representation of this summary event.
toString() - Method in class com.dxfeed.event.market.TimeAndSale
Returns string representation of this time and sale event.
toString() - Method in class com.dxfeed.event.market.Trade
Returns string representation of this trade event.
toString() - Method in class com.dxfeed.event.misc.Configuration
Returns string representation of this configuration event.
toString() - Method in class com.dxfeed.event.misc.Message
Returns string representation of this message event.
toString() - Method in class com.dxfeed.event.option.Greeks
Returns string representation of this greeks event.
toString() - Method in class com.dxfeed.event.option.TheoPrice
 
toString() - Method in class com.dxfeed.glossary.AdditionalUnderlyings
 
toString() - Method in class com.dxfeed.glossary.CFI.Attribute
 
toString() - Method in class com.dxfeed.glossary.CFI
 
toString() - Method in class com.dxfeed.glossary.CFI.Value
 
toString() - Method in class com.dxfeed.glossary.PriceIncrements
 
toString() - Method in class com.dxfeed.ipf.InstrumentProfile
Returns a string representation of the instrument profile.
toString() - Method in class com.dxfeed.ipf.option.OptionSeries
Returns a string representation of this series.
toString() - Method in class com.dxfeed.schedule.Day
 
toString() - Method in class com.dxfeed.schedule.DayFilter
 
toString() - Method in class com.dxfeed.schedule.Schedule
 
toString() - Method in class com.dxfeed.schedule.Session
 
toString() - Method in class com.dxfeed.schedule.SessionFilter
 
Trade - Class in com.dxfeed.event.market
Trade event is a snapshot of the price and size of the last trade and other fields that change with each trade.
Trade() - Constructor for class com.dxfeed.event.market.Trade
Creates new trade with default values.
Trade(String) - Constructor for class com.dxfeed.event.market.Trade
Creates new trade with the specified event symbol.
TRADING - Static variable in class com.dxfeed.schedule.DayFilter
Accepts trading days only - those with (isTrading() == true).
trading - Variable in class com.dxfeed.schedule.DayFilter
Required trading flag, null if not relevant.
TRADING - Static variable in class com.dxfeed.schedule.SessionFilter
Accepts trading sessions only - those with (Session.isTrading() == true).
trading - Variable in class com.dxfeed.schedule.SessionFilter
Required trading flag, null if not relevant.
TUESDAY - Static variable in class com.dxfeed.schedule.DayFilter
Accepts Tuesdays only - those with (getDayOfWeek() == 2).
type - Variable in class com.dxfeed.schedule.SessionFilter
Required type, null if not relevant.

U

undecorateSymbol(Object) - Method in class com.dxfeed.api.DXFeedSubscription
Undoes the decoration of the specified symbol doing the reverse operation to DXFeedSubscription.decorateSymbol(Object).
undecorateSymbol(Object) - Method in class com.dxfeed.api.DXFeedTimeSeriesSubscription
Undoes the decoration of the specified symbol doing the reverse operation to DXFeedTimeSeriesSubscription.decorateSymbol(Object).

V

valueOf(String) - Static method in enum com.dxfeed.api.DXEndpoint.Role
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dxfeed.api.DXEndpoint.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dxfeed.event.candle.CandleAlignment
Returns the enum constant of this type with the specified name.
valueOf(char) - Static method in class com.dxfeed.event.candle.CandleExchange
Returns exchange attribute object that corresponds to the specified exchange code character.
valueOf(double, CandleType) - Static method in class com.dxfeed.event.candle.CandlePeriod
Returns candle period with the given value and type.
valueOf(String) - Static method in enum com.dxfeed.event.candle.CandlePrice
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dxfeed.event.candle.CandleSession
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class com.dxfeed.event.candle.CandleSymbol
Converts the given string symbol into the candle symbol object.
valueOf(String, CandleSymbolAttribute<?>) - Static method in class com.dxfeed.event.candle.CandleSymbol
Converts the given string symbol into the candle symbol object with the specified attribute set.
valueOf(String, CandleSymbolAttribute<?>, CandleSymbolAttribute<?>...) - Static method in class com.dxfeed.event.candle.CandleSymbol
Converts the given string symbol into the candle symbol object with the specified attributes set.
valueOf(String) - Static method in enum com.dxfeed.event.candle.CandleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dxfeed.event.market.PriceType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.dxfeed.event.market.PriceType
 
valueOf(String) - Static method in enum com.dxfeed.event.market.Side
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.dxfeed.event.market.Side
 
valueOf(String) - Static method in class com.dxfeed.glossary.AdditionalUnderlyings
Returns an instance of additional underlyings for specified textual representation.
valueOf(Map<String, Double>) - Static method in class com.dxfeed.glossary.AdditionalUnderlyings
Returns an instance of additional underlyings for specified internal representation.
valueOf(String) - Static method in class com.dxfeed.glossary.CFI
Returns an instance of CFI for specified CFI code.
valueOf(int) - Static method in class com.dxfeed.glossary.CFI
Returns an instance of CFI for specified integer representation of CFI code.
valueOf(String) - Static method in class com.dxfeed.glossary.PriceIncrements
Returns an instance of price increments for specified textual representation.
valueOf(double) - Static method in class com.dxfeed.glossary.PriceIncrements
Returns an instance of price increments for specified single increment.
valueOf(double[]) - Static method in class com.dxfeed.glossary.PriceIncrements
Returns an instance of price increments for specified internal representation.
valueOf(String) - Static method in enum com.dxfeed.ipf.InstrumentProfileField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dxfeed.ipf.InstrumentProfileType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dxfeed.model.market.OrderBookModelFilter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dxfeed.schedule.SessionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.dxfeed.api.DXEndpoint.Role
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dxfeed.api.DXEndpoint.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dxfeed.event.candle.CandleAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dxfeed.event.candle.CandlePrice
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dxfeed.event.candle.CandleSession
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dxfeed.event.candle.CandleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dxfeed.event.market.PriceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dxfeed.event.market.Side
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dxfeed.ipf.InstrumentProfileField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dxfeed.ipf.InstrumentProfileType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dxfeed.model.market.OrderBookModelFilter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dxfeed.schedule.SessionType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WEDNESDAY - Static variable in class com.dxfeed.schedule.DayFilter
Accepts Wednesdays only - those with (getDayOfWeek() == 3).
WEEK_DAY - Static variable in class com.dxfeed.schedule.DayFilter
Accepts week-days only - those with (getDayOfWeek() <= 5).
WEEK_END - Static variable in class com.dxfeed.schedule.DayFilter
Accepts weekends only - those with (getDayOfWeek() >= 6).
whenDone(PromiseHandler<? super T>) - Method in class com.dxfeed.promise.Promise
Registers a handler to be invoked exactly once when computation completes.
whenDoneAsync(PromiseHandler<? super T>, Executor) - Method in class com.dxfeed.promise.Promise
Registers a handler to be invoked asynchronously exactly once when computation completes.
WildcardSymbol - Class in com.dxfeed.api.osub
Represents [wildcard] subscription to all events of the specific event type.
withName(String) - Method in class com.dxfeed.api.DXEndpoint.Builder
Changes name that is used to distinguish multiple endpoints in the same JVM in logs and in other diagnostic means.
withProperties(Properties) - Method in class com.dxfeed.api.DXEndpoint.Builder
Sets all supported properties from the provided properties object.
withProperty(String, String) - Method in class com.dxfeed.api.DXEndpoint.Builder
Sets the specified property.
withRole(DXEndpoint.Role) - Method in class com.dxfeed.api.DXEndpoint.Builder
Sets role for the created DXEndpoint.
write(byte[], int, int) - Method in class com.dxfeed.ipf.InstrumentProfileWriter.UncloseableOutputStream
 
write(OutputStream, String, List<InstrumentProfile>) - Method in class com.dxfeed.ipf.InstrumentProfileWriter
Writes specified instrument profiles into specified stream using specified name to select data compression format.
write(OutputStream, List<InstrumentProfile>) - Method in class com.dxfeed.ipf.InstrumentProfileWriter
Writes specified instrument profiles into specified stream.
writeToFile(String, List<InstrumentProfile>) - Method in class com.dxfeed.ipf.InstrumentProfileWriter
Writes specified instrument profiles into specified file.
A B C D E F G H I L M N O P Q R S T U V W 

Copyright © 2014 Devexperts. All Rights Reserved.