|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
OrderDataBean |
buy(java.lang.String userID,
java.lang.String symbol,
double quantity,
int orderProcessingMode)
|
void |
cancelOrder(java.lang.Integer orderID,
boolean twoPhase)
|
OrderDataBean |
completeOrder(java.lang.Integer orderID,
boolean twoPhase)
|
QuoteDataBean |
createQuote(java.lang.String symbol,
java.lang.String companyName,
java.math.BigDecimal price)
|
AccountDataBean |
getAccountData(java.lang.String userID)
|
AccountProfileDataBean |
getAccountProfileData(java.lang.String userID)
|
QuoteDataBean[] |
getAllQuotes()
|
OrderDataBean[] |
getClosedOrders(java.lang.String userID)
|
HoldingDataBean |
getHolding(java.lang.Integer holdingID)
|
HoldingDataBean[] |
getHoldings(java.lang.String userID)
|
MarketSummaryDataBeanWS |
getMarketSummary()
|
OrderDataBean[] |
getOrders(java.lang.String userID)
|
QuoteDataBean |
getQuote(java.lang.String symbol)
|
AccountDataBean |
login(java.lang.String userID,
java.lang.String password)
|
void |
logout(java.lang.String userID)
|
void |
orderCompleted(java.lang.String userID,
java.lang.Integer orderID)
|
void |
queueOrder(java.lang.Integer orderID,
boolean twoPhase)
|
AccountDataBean |
register(java.lang.String userID,
java.lang.String password,
java.lang.String fullname,
java.lang.String address,
java.lang.String email,
java.lang.String creditcard,
java.math.BigDecimal openBalance)
|
RunStatsDataBean |
resetTrade(boolean deleteAll)
|
OrderDataBean |
sell(java.lang.String userID,
java.lang.Integer holdingID,
int orderProcessingMode)
|
AccountProfileDataBean |
updateAccountProfile(AccountProfileDataBean profileData)
|
QuoteDataBean |
updateQuotePriceVolume(java.lang.String symbol,
java.math.BigDecimal newPrice,
double sharesTraded)
|
Method Detail |
public MarketSummaryDataBeanWS getMarketSummary() throws java.rmi.RemoteException
java.rmi.RemoteException
public OrderDataBean buy(java.lang.String userID, java.lang.String symbol, double quantity, int orderProcessingMode) throws java.rmi.RemoteException
java.rmi.RemoteException
public OrderDataBean sell(java.lang.String userID, java.lang.Integer holdingID, int orderProcessingMode) throws java.rmi.RemoteException
java.rmi.RemoteException
public void queueOrder(java.lang.Integer orderID, boolean twoPhase) throws java.rmi.RemoteException
java.rmi.RemoteException
public OrderDataBean completeOrder(java.lang.Integer orderID, boolean twoPhase) throws java.rmi.RemoteException
java.rmi.RemoteException
public void cancelOrder(java.lang.Integer orderID, boolean twoPhase) throws java.rmi.RemoteException
java.rmi.RemoteException
public void orderCompleted(java.lang.String userID, java.lang.Integer orderID) throws java.rmi.RemoteException
java.rmi.RemoteException
public OrderDataBean[] getOrders(java.lang.String userID) throws java.rmi.RemoteException
java.rmi.RemoteException
public OrderDataBean[] getClosedOrders(java.lang.String userID) throws java.rmi.RemoteException
java.rmi.RemoteException
public QuoteDataBean createQuote(java.lang.String symbol, java.lang.String companyName, java.math.BigDecimal price) throws java.rmi.RemoteException
java.rmi.RemoteException
public QuoteDataBean getQuote(java.lang.String symbol) throws java.rmi.RemoteException
java.rmi.RemoteException
public QuoteDataBean[] getAllQuotes() throws java.rmi.RemoteException
java.rmi.RemoteException
public QuoteDataBean updateQuotePriceVolume(java.lang.String symbol, java.math.BigDecimal newPrice, double sharesTraded) throws java.rmi.RemoteException
java.rmi.RemoteException
public HoldingDataBean[] getHoldings(java.lang.String userID) throws java.rmi.RemoteException
java.rmi.RemoteException
public HoldingDataBean getHolding(java.lang.Integer holdingID) throws java.rmi.RemoteException
java.rmi.RemoteException
public AccountDataBean getAccountData(java.lang.String userID) throws java.rmi.RemoteException
java.rmi.RemoteException
public AccountProfileDataBean getAccountProfileData(java.lang.String userID) throws java.rmi.RemoteException
java.rmi.RemoteException
public AccountProfileDataBean updateAccountProfile(AccountProfileDataBean profileData) throws java.rmi.RemoteException
java.rmi.RemoteException
public AccountDataBean login(java.lang.String userID, java.lang.String password) throws java.rmi.RemoteException
java.rmi.RemoteException
public void logout(java.lang.String userID) throws java.rmi.RemoteException
java.rmi.RemoteException
public AccountDataBean register(java.lang.String userID, java.lang.String password, java.lang.String fullname, java.lang.String address, java.lang.String email, java.lang.String creditcard, java.math.BigDecimal openBalance) throws java.rmi.RemoteException
java.rmi.RemoteException
public RunStatsDataBean resetTrade(boolean deleteAll) throws java.rmi.RemoteException
java.rmi.RemoteException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |