A C D E F G H I L M N O P Q R S T 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<T>) - Method in class com.dxfeed.api.DXFeedSubscription
Adds listener for events.
AdditionalUnderlyings - Class in com.dxfeed.glossary
Represents a set of additional underlyings for a given option.
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 AFTER_MARKET.
AFTER_MARKET_TRADING - Static variable in class com.dxfeed.schedule.SessionFilter
Deprecated. use SessionFilter.AFTER_MARKET filter instead.
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.
attachSubscription(DXFeedSubscription<?>) - Method in class com.dxfeed.api.DXFeed
Attaches the given subscription to this feed.

C

Candle - Class in com.dxfeed.event.candle
 
Candle() - Constructor for class com.dxfeed.event.candle.Candle
 
Candle(CandleSymbol) - Constructor for class com.dxfeed.event.candle.Candle
 
CandleExchange - Class in com.dxfeed.event.candle
 
CandlePeriod - Class in com.dxfeed.event.candle
 
CandlePrice - Enum in com.dxfeed.event.candle
 
CandleSession - Enum in com.dxfeed.event.candle
 
CandleSymbol - Class in com.dxfeed.event.candle
 
CandleSymbolAttribute<A> - Interface in com.dxfeed.event.candle
 
CandleType - Enum in com.dxfeed.event.candle
 
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 class com.dxfeed.event.candle.CandleExchange
 
changeAttributeForSymbol(String) - Method in class com.dxfeed.event.candle.CandlePeriod
 
changeAttributeForSymbol(String) - Method in enum com.dxfeed.event.candle.CandlePrice
 
changeAttributeForSymbol(String) - Method in enum com.dxfeed.event.candle.CandleSession
 
changeAttributeForSymbol(String) - Method in interface com.dxfeed.event.candle.CandleSymbolAttribute
 
changeAttributes(String, CandleSymbolAttribute<?>, CandleSymbolAttribute<?>...) - Static method in class com.dxfeed.event.market.MarketEventSymbols
 
changeAttributeStringByKey(String, String, String) - Static method in class com.dxfeed.event.market.MarketEventSymbols
 
changeBaseSymbol(String, String) - Static method in class com.dxfeed.event.market.MarketEventSymbols
 
changeExchangeCode(String, char) - Static method in class com.dxfeed.event.market.MarketEventSymbols
 
checkInAttribute(CandleSymbol) - Method in class com.dxfeed.event.candle.CandleExchange
 
checkInAttribute(CandleSymbol) - Method in class com.dxfeed.event.candle.CandlePeriod
 
checkInAttribute(CandleSymbol) - Method in enum com.dxfeed.event.candle.CandlePrice
 
checkInAttribute(CandleSymbol) - Method in enum com.dxfeed.event.candle.CandleSession
 
checkInAttribute(CandleSymbol) - Method in interface com.dxfeed.event.candle.CandleSymbolAttribute
 
clear() - Method in class com.dxfeed.api.DXFeedSubscription
Clears the set of subscribed symbols.
close() - Method in class com.dxfeed.api.DXEndpoint
 
close() - Method in class com.dxfeed.api.DXFeedSubscription
Closes this subscription and makes it permanently detached.
com.dxfeed.api - package com.dxfeed.api
Main package for DXFeed Market Data API.
com.dxfeed.api.osub - package com.dxfeed.api.osub
 
com.dxfeed.event - package com.dxfeed.event
 
com.dxfeed.event.candle - package com.dxfeed.event.candle
 
com.dxfeed.event.market - package com.dxfeed.event.market
Classes for build-in market event types.
com.dxfeed.glossary - package com.dxfeed.glossary
 
com.dxfeed.ipf - package com.dxfeed.ipf
 
com.dxfeed.ipf.transform - package com.dxfeed.ipf.transform
 
com.dxfeed.schedule - package com.dxfeed.schedule
 
compareTo(InstrumentProfile) - Method in class com.dxfeed.ipf.InstrumentProfile
Compares this profile with the specified profile for order.
compareTypes(String, String) - Static method in enum com.dxfeed.ipf.InstrumentProfileType
Compares two specified types for order.
COMPOSITE - Static variable in class com.dxfeed.event.candle.CandleExchange
 
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 T>) - Method in class com.dxfeed.api.DXFeed
Creates new subscription for a single event type that is attached to this feed.
createSubscription(Class<? extends T>...) - Method in class com.dxfeed.api.DXFeed
Creates new subscription for multiple event types that is attached to this feed.
createTimeSeriesSubscription(Class<? extends T>) - 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 T>...) - 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 - 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.
decipher() - Method in class com.dxfeed.glossary.CFI
Returns array of values that explain meaning of each character in the CFI code.
DEFAULT - Static variable in class com.dxfeed.event.candle.CandleExchange
 
DEFAULT - Static variable in class com.dxfeed.event.candle.CandlePeriod
 
DEFAULT - Static variable in enum com.dxfeed.event.candle.CandlePrice
 
DEFAULT - Static variable in enum com.dxfeed.event.candle.CandleSession
 
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.
detachSubscription(DXFeedSubscription<?>) - Method in class com.dxfeed.api.DXFeed
Detaches the given subscription from this feed.
disconnect() - Method in class com.dxfeed.api.DXEndpoint
Closes all remote network connections.
DXEndpoint - Class in com.dxfeed.api
DXEndpoint manages network connections to data feed or to publisher.
DXEndpoint() - Constructor for class com.dxfeed.api.DXEndpoint
 
DXEndpoint.Role - Enum in com.dxfeed.api
Role represents the role of this endpoint that was specified during its creation.
DXEndpoint.State - Enum in com.dxfeed.api
State represents the stat of this endpoint.
DXFeed - Class in com.dxfeed.api
Main entry class for DXFeed market data API.
DXFeedEventListener<T> - Interface in com.dxfeed.api
The listener interface for receiving events of the specified type T.
DXFeedSubscription<T> - Class in com.dxfeed.api
This class represents a subscription for a set of symbols and event types.
DXFeedSubscription(Class<? extends T>) - Constructor for class com.dxfeed.api.DXFeedSubscription
Creates detached subscription for a single event type.
DXFeedSubscription(Class<? extends T>...) - Constructor for class com.dxfeed.api.DXFeedSubscription
Creates detached subscription for the given list of event types.
DXFeedTimeSeriesSubscription<T extends TimeSeriesEvent> - Class in com.dxfeed.api
 
DXFeedTimeSeriesSubscription(Class<? extends T>) - Constructor for class com.dxfeed.api.DXFeedTimeSeriesSubscription
 
DXFeedTimeSeriesSubscription(Class<? extends T>...) - Constructor for class com.dxfeed.api.DXFeedTimeSeriesSubscription
 
DXPublisher - Class in com.dxfeed.api
 
DXPublisher() - Constructor for class com.dxfeed.api.DXPublisher
 

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
 
equals(Object) - Method in class com.dxfeed.event.candle.CandleExchange
 
equals(Object) - Method in class com.dxfeed.event.candle.CandlePeriod
 
equals(Object) - Method in class com.dxfeed.event.candle.CandleSymbol
 
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.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<T>) - Method in interface com.dxfeed.api.DXFeedEventListener
Invoked when events of type T are received.
EventType - Annotation Type in com.dxfeed.event
 
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.
FRIDAY - Static variable in class com.dxfeed.schedule.DayFilter
Accepts Fridays only - those with (Day.getDayOfWeek() == 5).

G

getAdditionalUnderlyings() - Method in class com.dxfeed.ipf.InstrumentProfile
 
getAskExchangeCode() - Method in class com.dxfeed.event.market.Quote
 
getAskPrice() - Method in class com.dxfeed.event.market.Quote
 
getAskPrice() - Method in class com.dxfeed.event.market.TimeAndSale
 
getAskSize() - Method in class com.dxfeed.event.market.Quote
 
getAskTime() - Method in class com.dxfeed.event.market.Quote
 
getAttribute() - Method in class com.dxfeed.glossary.CFI.Value
Returns attribute that contains this value.
getAttributeForSymbol(String) - Static method in class com.dxfeed.event.candle.CandleExchange
 
getAttributeForSymbol(String) - Static method in class com.dxfeed.event.candle.CandlePeriod
 
getAttributeForSymbol(String) - Static method in enum com.dxfeed.event.candle.CandlePrice
 
getAttributeForSymbol(String) - Static method in enum com.dxfeed.event.candle.CandleSession
 
getAttributeStringByKey(String, String) - Static method in class com.dxfeed.event.market.MarketEventSymbols
 
getBaseCurrency() - Method in class com.dxfeed.ipf.InstrumentProfile
 
getBaseSymbol() - Method in class com.dxfeed.event.candle.CandleSymbol
 
getBaseSymbol(String) - Static method in class com.dxfeed.event.market.MarketEventSymbols
 
getBidExchangeCode() - Method in class com.dxfeed.event.market.Quote
 
getBidPrice() - Method in class com.dxfeed.event.market.Quote
 
getBidPrice() - Method in class com.dxfeed.event.market.TimeAndSale
 
getBidSize() - Method in class com.dxfeed.event.market.Quote
 
getBidTime() - Method in class com.dxfeed.event.market.Quote
 
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
 
getClose() - Method in class com.dxfeed.event.candle.Candle
 
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
 
getCountry() - Method in class com.dxfeed.ipf.InstrumentProfile
 
getCurrency() - Method in class com.dxfeed.ipf.InstrumentProfile
 
getCUSIP() - Method in class com.dxfeed.ipf.InstrumentProfile
 
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
 
getDayHighPrice() - Method in class com.dxfeed.event.market.Summary
 
getDayId() - Method in class com.dxfeed.event.market.Summary
 
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
 
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
 
getDayVolume() - Method in class com.dxfeed.event.market.Trade
 
getDescription() - Method in class com.dxfeed.event.market.Profile
 
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
 
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
 
getEventSymbol() - Method in class com.dxfeed.api.osub.TimeSeriesSubscriptionSymbol
 
getEventSymbol() - Method in class com.dxfeed.event.candle.Candle
 
getEventSymbol() - Method in class com.dxfeed.event.market.MarketEvent
Returns symbol for this event.
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.
getExchange() - Method in class com.dxfeed.event.candle.CandleSymbol
 
getExchangeCode() - Method in class com.dxfeed.event.candle.CandleExchange
 
getExchangeCode(String) - Static method in class com.dxfeed.event.market.MarketEventSymbols
 
getExchangeCode() - Method in class com.dxfeed.event.market.Order
Returns exchange code of this order.
getExchangeCode() - Method in class com.dxfeed.event.market.TimeAndSale
 
getExchangeCode() - Method in class com.dxfeed.event.market.Trade
 
getExchangeData() - Method in class com.dxfeed.ipf.InstrumentProfile
 
getExchanges() - Method in class com.dxfeed.ipf.InstrumentProfile
 
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
 
getExpirationStyle() - Method in class com.dxfeed.ipf.InstrumentProfile
 
getFeed() - Method in class com.dxfeed.api.DXEndpoint
 
getField(InstrumentProfile) - Method in enum com.dxfeed.ipf.InstrumentProfileField
Returns value of this field for specified profile in textual representation.
getFirstSession(SessionFilter) - Method in class com.dxfeed.schedule.Day
Returns first session belonging to this day accepted by specified filter.
getFromTime() - Method in class com.dxfeed.api.DXFeedTimeSeriesSubscription
 
getFromTime() - Method in class com.dxfeed.api.osub.TimeSeriesSubscriptionSymbol
 
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
 
getHaltStartTime() - Method in class com.dxfeed.event.market.Profile
 
getHigh() - Method in class com.dxfeed.event.candle.Candle
 
getICB() - Method in class com.dxfeed.ipf.InstrumentProfile
 
getIndex() - Method in interface com.dxfeed.event.IndexedEvent
 
getIndex() - Method in class com.dxfeed.event.market.Order
Returns unique per-symbol index of this order.
getInstance(InstrumentProfile) - Static method in class com.dxfeed.schedule.Schedule
Returns default schedule instance for specified instrument profile.
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.
getISIN() - Method in class com.dxfeed.ipf.InstrumentProfile
 
getLastEvent(T) - Method in class com.dxfeed.api.DXFeed
Returns the last event for the specified symbol and event type.
getLastEvents(Collection<T>) - Method in class com.dxfeed.api.DXFeed
 
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
 
getLevel() - Method in class com.dxfeed.event.market.Order
Returns detail level of this order.
getLocalDescription() - Method in class com.dxfeed.ipf.InstrumentProfile
 
getLocalSymbol() - Method in class com.dxfeed.ipf.InstrumentProfile
 
getLow() - Method in class com.dxfeed.event.candle.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.
getMMY() - Method in class com.dxfeed.ipf.InstrumentProfile
 
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
 
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.
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.
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
 
getOpenInterest() - Method in class com.dxfeed.event.market.Summary
 
getOPOL() - Method in class com.dxfeed.ipf.InstrumentProfile
 
getOptionType() - Method in class com.dxfeed.ipf.InstrumentProfile
 
getPeriod() - Method in class com.dxfeed.event.candle.CandleSymbol
 
getPeriodIntervalMillis() - Method in class com.dxfeed.event.candle.CandlePeriod
 
getPeriodIntervalMillis() - Method in enum com.dxfeed.event.candle.CandleType
 
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
 
getPrevDayId() - Method in class com.dxfeed.event.market.Summary
 
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
 
getPrice() - Method in class com.dxfeed.event.market.Order
Returns price of this order.
getPrice() - Method in class com.dxfeed.event.market.TimeAndSale
 
getPrice() - Method in class com.dxfeed.event.market.Trade
 
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
 
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
 
getPublisher() - Method in class com.dxfeed.api.DXEndpoint
 
getResetTime() - Method in class com.dxfeed.schedule.Day
Returns reset time for this day.
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
 
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.
getSession() - Method in class com.dxfeed.event.candle.CandleSymbol
 
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
 
getSessions() - Method in class com.dxfeed.schedule.Day
Returns list of sessions that constitute this day.
getSettlementStyle() - Method in class com.dxfeed.ipf.InstrumentProfile
 
getSIC() - Method in class com.dxfeed.ipf.InstrumentProfile
 
getSide() - Method in class com.dxfeed.event.market.Order
Returns side of this order.
getSize() - Method in class com.dxfeed.event.market.Order
Returns size of this order.
getSize() - Method in class com.dxfeed.event.market.TimeAndSale
 
getSize() - Method in class com.dxfeed.event.market.Trade
 
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
 
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.
getStatistics() - Method in class com.dxfeed.ipf.transform.InstrumentProfileTransform
Returns execution statistics of the transform.
getStatusReason() - Method in class com.dxfeed.event.market.Profile
 
getStrike() - Method in class com.dxfeed.ipf.InstrumentProfile
 
getSubscription(Class<T>) - Method in class com.dxfeed.api.DXPublisher
 
getSymbol() - Method in class com.dxfeed.ipf.InstrumentProfile
 
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.
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 original event in milliseconds.
getTime() - Method in class com.dxfeed.event.market.Trade
 
getTime() - Method in interface com.dxfeed.event.TimeSeriesEvent
 
getTradingHours() - Method in class com.dxfeed.ipf.InstrumentProfile
 
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
 
getType() - Method in class com.dxfeed.ipf.InstrumentProfile
 
getType() - Method in class com.dxfeed.schedule.Session
Returns type of this session.
getUnderlying() - Method in class com.dxfeed.ipf.InstrumentProfile
 
getValue() - Method in class com.dxfeed.event.candle.CandlePeriod
 
getValues() - Method in class com.dxfeed.glossary.CFI.Attribute
Returns values of this attribute.
getVolume() - Method in class com.dxfeed.event.candle.Candle
 
getVWAP() - Method in class com.dxfeed.event.candle.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.

H

hasExchangeCode(String) - Static method in class com.dxfeed.event.market.MarketEventSymbols
 
hashCode() - Method in class com.dxfeed.api.osub.TimeSeriesSubscriptionSymbol
 
hashCode() - Method in class com.dxfeed.event.candle.CandleExchange
 
hashCode() - Method in class com.dxfeed.event.candle.CandlePeriod
 
hashCode() - Method in class com.dxfeed.event.candle.CandleSymbol
 
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.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
 
HOLIDAY - Static variable in class com.dxfeed.schedule.DayFilter
Accepts holidays only - those with (Day.isHoliday() == true).

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 - Interface in com.dxfeed.event
 
InstrumentProfile - Class in com.dxfeed.ipf
Represents basic profile information about market instrument.
InstrumentProfile() - Constructor for class com.dxfeed.ipf.InstrumentProfile
 
InstrumentProfile(InstrumentProfile) - Constructor for class com.dxfeed.ipf.InstrumentProfile
 
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
 
InstrumentProfileTransform - Class in com.dxfeed.ipf.transform
Reads, compiles and executes instrument profile transform programs.
InstrumentProfileTransform() - Constructor for class com.dxfeed.ipf.transform.InstrumentProfileTransform
 
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
 
isCancel() - Method in class com.dxfeed.event.market.TimeAndSale
Returns whether this is a cancellation of a previous event.
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.
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.
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.
isTrade() - Method in class com.dxfeed.event.market.TimeAndSale
Deprecated. use TimeAndSale.isValidTick() instead.
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
 
isValidTick() - Method in class com.dxfeed.event.market.TimeAndSale
Returns whether this event represents a valid intraday tick.

L

LastingEvent - Interface in com.dxfeed.event
Last events for classes that implement this interface are kept for each symbols and are delivered to event listeners on subscription.
LEVEL_AGGREGATE - Static variable in class com.dxfeed.event.market.Order
 
LEVEL_COMPOSITE - Static variable in class com.dxfeed.event.market.Order
 
LEVEL_ORDER - Static variable in class com.dxfeed.event.market.Order
 
LEVEL_REGIONAL - Static variable in class com.dxfeed.event.market.Order
 

M

MarketEvent - Class in com.dxfeed.event.market
Abstract base class for all market events.
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
 
MAX_SEQUENCE - Static variable in class com.dxfeed.event.market.TimeAndSale
 
MONDAY - Static variable in class com.dxfeed.schedule.DayFilter
Accepts Mondays only - those with (Day.getDayOfWeek() == 1).

N

NO_TRADING - Static variable in class com.dxfeed.schedule.DayFilter
Deprecated. use DayFilter.NON_TRADING filter instead.
NO_TRADING - Static variable in class com.dxfeed.schedule.SessionFilter
Accepts any session with type NO_TRADING.
NON_TRADING - Static variable in class com.dxfeed.schedule.DayFilter
Accepts non-trading days only - those with (Day.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 class com.dxfeed.event.candle.CandlePeriod
 
normalizeAttributeForSymbol(String) - Static method in enum com.dxfeed.event.candle.CandlePrice
 
normalizeAttributeForSymbol(String) - Static method in enum com.dxfeed.event.candle.CandleSession
 

O

ObservableSubscription<T> - Interface in com.dxfeed.api.osub
Observable subscription is a set subscription symbols for specific event types.
ObservableSubscriptionChangeListener - Interface in com.dxfeed.api.osub
This listener interface for receiving notifications on the change of subscription.
Order - Class in com.dxfeed.event.market
Order event for full available market depth for a symbol.
Order() - Constructor for class com.dxfeed.event.market.Order
Creates order with default values of all properties.
Order(String) - Constructor for class com.dxfeed.event.market.Order
Creates order with the specified event symbol.

P

parse(String) - Static method in class com.dxfeed.event.candle.CandlePeriod
 
parse(String) - Static method in enum com.dxfeed.event.candle.CandlePrice
 
parse(String) - Static method in enum com.dxfeed.event.candle.CandleSession
 
parse(String) - Static method in enum com.dxfeed.event.candle.CandleType
 
PRE_MARKET - Static variable in class com.dxfeed.schedule.SessionFilter
Accepts any session with type PRE_MARKET.
PRE_MARKET_TRADING - Static variable in class com.dxfeed.schedule.SessionFilter
Deprecated. use SessionFilter.PRE_MARKET filter instead.
PriceIncrements - Class in com.dxfeed.glossary
Represents rules for valid price quantization for a given instrument on a certain exchange.
Profile - Class in com.dxfeed.event.market
Security profile-related information that contains description.
Profile() - Constructor for class com.dxfeed.event.market.Profile
 
Profile(String) - Constructor for class com.dxfeed.event.market.Profile
 
publishEvents(Collection<T>) - Method in class com.dxfeed.api.DXPublisher
Publishes events to the corresponding feed.

Q

Quote - Class in com.dxfeed.event.market
Quote event with best bid and ask, and other fields that change with each quote.
Quote() - Constructor for class com.dxfeed.event.market.Quote
 
Quote(String) - Constructor for class com.dxfeed.event.market.Quote
 

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.
read(InputStream) - Method in class com.dxfeed.ipf.transform.InstrumentProfileTransform
Reads transform from specified stream.
readFromFile(String) - Method in class com.dxfeed.ipf.InstrumentProfileReader
Reads and returns instrument profiles from specified file.
readFromFile(String) - Method in class com.dxfeed.ipf.transform.InstrumentProfileTransform
Reads transform from specified file.
REGULAR - Static variable in class com.dxfeed.schedule.SessionFilter
Accepts any session with type REGULAR.
REGULAR_TRADING - Static variable in class com.dxfeed.schedule.SessionFilter
Deprecated. use SessionFilter.REGULAR filter instead.
removeAttributeStringByKey(String, String) - Static method in class com.dxfeed.event.market.MarketEventSymbols
 
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<T>) - Method in class com.dxfeed.api.DXFeedSubscription
Removes listener for events.
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.
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 (Day.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
 
setAskExchangeCode(char) - Method in class com.dxfeed.event.market.Quote
 
setAskPrice(double) - Method in class com.dxfeed.event.market.Quote
 
setAskPrice(double) - Method in class com.dxfeed.event.market.TimeAndSale
 
setAskSize(long) - Method in class com.dxfeed.event.market.Quote
 
setAskTime(long) - Method in class com.dxfeed.event.market.Quote
 
setBaseCurrency(String) - Method in class com.dxfeed.ipf.InstrumentProfile
 
setBidExchangeCode(char) - Method in class com.dxfeed.event.market.Quote
 
setBidPrice(double) - Method in class com.dxfeed.event.market.Quote
 
setBidPrice(double) - Method in class com.dxfeed.event.market.TimeAndSale
 
setBidSize(long) - Method in class com.dxfeed.event.market.Quote
 
setBidTime(long) - Method in class com.dxfeed.event.market.Quote
 
setCancel() - Method in class com.dxfeed.event.market.TimeAndSale
 
setCFI(String) - Method in class com.dxfeed.ipf.InstrumentProfile
 
setClose(double) - Method in class com.dxfeed.event.candle.Candle
 
setCorrection() - Method in class com.dxfeed.event.market.TimeAndSale
 
setCount(long) - Method in class com.dxfeed.event.candle.Candle
 
setCountry(String) - Method in class com.dxfeed.ipf.InstrumentProfile
 
setCurrency(String) - Method in class com.dxfeed.ipf.InstrumentProfile
 
setCUSIP(String) - Method in class com.dxfeed.ipf.InstrumentProfile
 
setDayClosePrice(double) - Method in class com.dxfeed.event.market.Summary
 
setDayHighPrice(double) - Method in class com.dxfeed.event.market.Summary
 
setDayId(int) - Method in class com.dxfeed.event.market.Summary
 
setDayLowPrice(double) - Method in class com.dxfeed.event.market.Summary
 
setDayOpenPrice(double) - Method in class com.dxfeed.event.market.Summary
 
setDayVolume(long) - Method in class com.dxfeed.event.market.Trade
 
setDefaults(byte[]) - Static method in class com.dxfeed.schedule.Schedule
Sets shared defaults that are used by individual schedule instances.
setDescription(String) - Method in class com.dxfeed.event.market.Profile
 
setDescription(String) - Method in class com.dxfeed.ipf.InstrumentProfile
 
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
 
setEventSymbol(String) - Method in class com.dxfeed.event.market.MarketEvent
Changes symbol for this event.
setExchangeCode(char) - Method in class com.dxfeed.event.market.Order
Sets exchange code of this order.
setExchangeCode(char) - Method in class com.dxfeed.event.market.TimeAndSale
 
setExchangeCode(char) - Method in class com.dxfeed.event.market.Trade
 
setExchangeData(String) - Method in class com.dxfeed.ipf.InstrumentProfile
 
setExchanges(String) - Method in class com.dxfeed.ipf.InstrumentProfile
 
setExchangeSaleConditions(String) - Method in class com.dxfeed.event.market.TimeAndSale
 
setExpiration(int) - Method in class com.dxfeed.ipf.InstrumentProfile
 
setExpirationStyle(String) - Method in class com.dxfeed.ipf.InstrumentProfile
 
setField(InstrumentProfile, String) - Method in enum com.dxfeed.ipf.InstrumentProfileField
Sets value of this field (in textual representation) to specified profile.
setFromTime(long) - Method in class com.dxfeed.api.DXFeedTimeSeriesSubscription
 
setHaltEndTime(long) - Method in class com.dxfeed.event.market.Profile
 
setHaltStartTime(long) - Method in class com.dxfeed.event.market.Profile
 
setHigh(double) - Method in class com.dxfeed.event.candle.Candle
 
setICB(int) - Method in class com.dxfeed.ipf.InstrumentProfile
 
setIndex(long) - Method in class com.dxfeed.event.market.Order
Sets unique per-symbol index of this order.
setISIN(String) - Method in class com.dxfeed.ipf.InstrumentProfile
 
setLastTrade(int) - Method in class com.dxfeed.ipf.InstrumentProfile
 
setLevel(int) - Method in class com.dxfeed.event.market.Order
Sets detail level of this order.
setLocalDescription(String) - Method in class com.dxfeed.ipf.InstrumentProfile
 
setLocalSymbol(String) - Method in class com.dxfeed.ipf.InstrumentProfile
 
setLow(double) - Method in class com.dxfeed.event.candle.Candle
 
setMarketMaker(String) - Method in class com.dxfeed.event.market.Order
Set market maker or other aggregate identifier of this order.
setMMY(String) - Method in class com.dxfeed.ipf.InstrumentProfile
 
setMultiplier(double) - Method in class com.dxfeed.ipf.InstrumentProfile
 
setNew() - Method in class com.dxfeed.event.market.TimeAndSale
 
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
 
setOpenInterest(long) - Method in class com.dxfeed.event.market.Summary
 
setOPOL(String) - Method in class com.dxfeed.ipf.InstrumentProfile
 
setOptionType(String) - Method in class com.dxfeed.ipf.InstrumentProfile
 
setPrevDayClosePrice(double) - Method in class com.dxfeed.event.market.Summary
 
setPrevDayId(int) - Method in class com.dxfeed.event.market.Summary
 
setPrice(double) - Method in class com.dxfeed.event.market.Order
Sets price of this order.
setPrice(double) - Method in class com.dxfeed.event.market.TimeAndSale
 
setPrice(double) - Method in class com.dxfeed.event.market.Trade
 
setPriceIncrements(String) - Method in class com.dxfeed.ipf.InstrumentProfile
 
setProduct(String) - Method in class com.dxfeed.ipf.InstrumentProfile
 
setSEDOL(String) - Method in class com.dxfeed.ipf.InstrumentProfile
 
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
 
setSIC(int) - Method in class com.dxfeed.ipf.InstrumentProfile
 
setSide(int) - Method in class com.dxfeed.event.market.Order
Sets side of this order.
setSize(long) - Method in class com.dxfeed.event.market.Order
Sets size of this order.
setSize(long) - Method in class com.dxfeed.event.market.TimeAndSale
 
setSize(long) - Method in class com.dxfeed.event.market.Trade
 
setSPC(double) - Method in class com.dxfeed.ipf.InstrumentProfile
 
setStatusReason(String) - Method in class com.dxfeed.event.market.Profile
 
setStrike(double) - Method in class com.dxfeed.ipf.InstrumentProfile
 
setSymbol(String) - Method in class com.dxfeed.ipf.InstrumentProfile
 
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.
setTime(long) - Method in class com.dxfeed.event.candle.Candle
Changes time spate of event in milliseconds.
setTime(long) - Method in class com.dxfeed.event.market.Order
Sets time of this order.
setTime(long) - Method in class com.dxfeed.event.market.TimeAndSale
Changes time spate of event in milliseconds.
setTime(long) - Method in class com.dxfeed.event.market.Trade
 
setTrade(boolean) - Method in class com.dxfeed.event.market.TimeAndSale
Deprecated. use TimeAndSale.setValidTick(boolean) instead.
setTradingHalted(boolean) - Method in class com.dxfeed.event.market.Profile
 
setTradingHours(String) - Method in class com.dxfeed.ipf.InstrumentProfile
 
setType(String) - Method in class com.dxfeed.ipf.InstrumentProfile
 
setUnderlying(String) - Method in class com.dxfeed.ipf.InstrumentProfile
 
setValidTick(boolean) - Method in class com.dxfeed.event.market.TimeAndSale
 
setVolume(long) - Method in class com.dxfeed.event.candle.Candle
 
setVWAP(double) - Method in class com.dxfeed.event.candle.Candle
 
SHORT_DAY - Static variable in class com.dxfeed.schedule.DayFilter
Accepts short days only - those with (Day.isShortDay() == true).
SIDE_BUY - Static variable in class com.dxfeed.event.market.Order
 
SIDE_SELL - Static variable in class com.dxfeed.event.market.Order
 
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 about the trading session including session highs, lows, etc.
Summary() - Constructor for class com.dxfeed.event.market.Summary
 
Summary(String) - Constructor for class com.dxfeed.event.market.Summary
 
SUNDAY - Static variable in class com.dxfeed.schedule.DayFilter
Accepts Sundays only - those with (Day.getDayOfWeek() == 7).
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

THURSDAY - Static variable in class com.dxfeed.schedule.DayFilter
Accepts Thursdays only - those with (Day.getDayOfWeek() == 4).
TICK - Static variable in class com.dxfeed.event.candle.CandlePeriod
 
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
 
TimeAndSale(String) - Constructor for class com.dxfeed.event.market.TimeAndSale
 
TimeSeriesEvent - Interface in com.dxfeed.event
 
TimeSeriesSubscriptionSymbol<T> - Class in com.dxfeed.api.osub
 
TimeSeriesSubscriptionSymbol(T, long) - Constructor for class com.dxfeed.api.osub.TimeSeriesSubscriptionSymbol
 
toString() - Method in class com.dxfeed.api.osub.TimeSeriesSubscriptionSymbol
 
toString() - Method in class com.dxfeed.event.candle.Candle
 
toString() - Method in class com.dxfeed.event.candle.CandleExchange
 
toString() - Method in class com.dxfeed.event.candle.CandlePeriod
 
toString() - Method in enum com.dxfeed.event.candle.CandlePrice
 
toString() - Method in enum com.dxfeed.event.candle.CandleSession
 
toString() - Method in class com.dxfeed.event.candle.CandleSymbol
 
toString() - Method in enum com.dxfeed.event.candle.CandleType
 
toString() - Method in class com.dxfeed.event.market.Order
 
toString() - Method in class com.dxfeed.event.market.Profile
 
toString() - Method in class com.dxfeed.event.market.Quote
 
toString() - Method in class com.dxfeed.event.market.Summary
 
toString() - Method in class com.dxfeed.event.market.TimeAndSale
 
toString() - Method in class com.dxfeed.event.market.Trade
 
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
 
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 with 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
 
Trade(String) - Constructor for class com.dxfeed.event.market.Trade
 
TRADING - Static variable in class com.dxfeed.schedule.DayFilter
Accepts trading days only - those with (Day.isTrading() == true).
TRADING - Static variable in class com.dxfeed.schedule.SessionFilter
Accepts trading sessions only - those with (Session.isTrading() == true).
transform(List<InstrumentProfile>) - Method in class com.dxfeed.ipf.transform.InstrumentProfileTransform
Executes compiled transform on specified instrument profiles and returns transformed profiles.
TransformCompilationException - Exception in com.dxfeed.ipf.transform
Signals that input stream does not conform to the instrument profile Transform format.
TransformCompilationException() - Constructor for exception com.dxfeed.ipf.transform.TransformCompilationException
Constructs a TransformCompilationException without detail message.
TransformCompilationException(String) - Constructor for exception com.dxfeed.ipf.transform.TransformCompilationException
Constructs a TransformCompilationException with specified detail message.
TUESDAY - Static variable in class com.dxfeed.schedule.DayFilter
Accepts Tuesdays only - those with (Day.getDayOfWeek() == 2).

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(char) - Static method in class com.dxfeed.event.candle.CandleExchange
 
valueOf(double, CandleType) - Static method in class com.dxfeed.event.candle.CandlePeriod
 
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
 
valueOf(String, CandleSymbolAttribute<?>) - Static method in class com.dxfeed.event.candle.CandleSymbol
 
valueOf(String, CandleSymbolAttribute<?>, CandleSymbolAttribute<?>...) - Static method in class com.dxfeed.event.candle.CandleSymbol
 
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 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.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're 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're 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're 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're 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're declared.
values() - Static method in enum com.dxfeed.ipf.InstrumentProfileField
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.dxfeed.ipf.InstrumentProfileType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.dxfeed.schedule.SessionType
Returns an array containing the constants of this enum type, in the order they're declared.

W

WEDNESDAY - Static variable in class com.dxfeed.schedule.DayFilter
Accepts Wednesdays only - those with (Day.getDayOfWeek() == 3).
WEEK_DAY - Static variable in class com.dxfeed.schedule.DayFilter
Accepts week-days only - those with (Day.getDayOfWeek() <= 5).
WEEK_END - Static variable in class com.dxfeed.schedule.DayFilter
Accepts weekends only - those with (Day.getDayOfWeek() >= 6).
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 C D E F G H I L M N O P Q R S T V W