|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionException | |
|---|---|
| org.marketcetera.client | Provides client API to communicate with the server. |
| Uses of ConnectionException in org.marketcetera.client |
|---|
| Methods in org.marketcetera.client that throw ConnectionException | |
|---|---|
Map<PositionKey<Equity>,BigDecimal> |
Client.getAllEquityPositionsAsOf(Date inDate)
Returns all open equity positions based on reports, generated and received on or before the supplied date in UTC. |
Map<PositionKey<Future>,BigDecimal> |
Client.getAllFuturePositionsAsOf(Date inDate)
Returns all open future positions based on reports, generated and received on or before the supplied date in UTC. |
Map<PositionKey<Option>,BigDecimal> |
Client.getAllOptionPositionsAsOf(Date inDate)
Returns the aggregate position of each option (option,account,actor) tuple based on all reports received for each option instrument on or before the supplied date in UTC and which are visible to the given user. |
BrokersStatus |
Client.getBrokersStatus()
Returns the server's broker status. |
Client |
ClientFactory.getClient(ClientParameters inClientParameters)
Gets a Client. |
BigDecimal |
Client.getEquityPositionAsOf(Date inDate,
Equity inEquity)
Returns the position of the supplied equity based on reports, generated and received on or before the supplied date in UTC. |
BigDecimal |
Client.getFuturePositionAsOf(Date inDate,
Future inFuture)
Returns the position of the supplied future based on reports, generated and received on or before the supplied date in UTC. |
BigDecimal |
Client.getOptionPositionAsOf(Date inDate,
Option inOption)
Gets the current aggregate position for the option instrument based on execution reports received on or before the supplied date in UTC, and which are visible to the given user. |
Map<PositionKey<Option>,BigDecimal> |
Client.getOptionPositionsAsOf(Date inDate,
String... inRootSymbols)
Returns the aggregate position of each option (option,account,actor) tuple based on all reports received for each option instrument on or before the supplied date in UTC, and which are visible to the given user. |
Collection<String> |
Client.getOptionRoots(String inUnderlying)
Returns the collection of known option roots for the underlying symbol. |
ReportBase[] |
Client.getReportsSince(Date inDate)
Returns all the reports (execution report and order cancel rejects) generated and received by the server since the supplied date in UTC. |
String |
Client.getUnderlying(String inOptionRoot)
Returns the underlying symbol for the supplied option root, if a mapping is found for it. |
Properties |
Client.getUserData()
Gets the user data associated with the current user. |
UserInfo |
Client.getUserInfo(UserID id,
boolean useCache)
Returns the information of the user with the given ID. |
static void |
ClientManager.init(ClientParameters inParameter)
Initializes the connection to the server. |
void |
Client.reconnect()
Disconnects the connection to the server and reconnects back using the same properties as were supplied when creating this instance. |
void |
Client.reconnect(ClientParameters inParameters)
Disconnects the connection to the server and reconnects back using the properties supplied to this method. |
void |
Client.sendOrder(OrderCancel inOrderCancel)
Sends the supplied order to the server. |
void |
Client.sendOrder(OrderReplace inOrderReplace)
Sends the supplied order to the server. |
void |
Client.sendOrder(OrderSingle inOrderSingle)
Sends the supplied order to the server. |
void |
Client.sendOrderRaw(FIXOrder inFIXOrder)
Sends the supplied FIX Message Order to the server. |
void |
Client.setUserData(Properties inProperties)
Sets the user data associated with the current user. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||