Uses of Class
com.studerw.tda.model.account.Order
Packages that use Order
-
Uses of Order in com.studerw.tda.client
Methods in com.studerw.tda.client that return OrderModifier and TypeMethodDescriptionHttpTdaClient.fetchOrder
(String accountId, Long orderId) TdaClient.fetchOrder
(String accountId, Long orderId) This call assumes the order under the given parameters definitely exists.Methods in com.studerw.tda.client that return types with arguments of type OrderModifier and TypeMethodDescriptionHttpTdaClient.fetchOrders()
HttpTdaClient.fetchOrders
(OrderRequest orderRequest) HttpTdaClient.fetchOrders
(String accountId, OrderRequest orderRequest) TdaClient.fetchOrders()
Fetch all orders for all accounts using TDA defaults.TdaClient.fetchOrders
(OrderRequest orderRequest) Fetch all orders for all accounts using the criteria of the orderRequest.TdaClient.fetchOrders
(String accountId, OrderRequest orderRequest) Fetch all orders for a given account using the criteria of the orderRequest.Methods in com.studerw.tda.client with parameters of type OrderModifier and TypeMethodDescriptionvoid
HttpTdaClient.placeOrder
(String accountId, Order order) void
TdaClient.placeOrder
(String accountId, Order order) Place an Order.HttpTdaClient.placeOrderReturnId
(String accountId, Order order) TdaClient.placeOrderReturnId
(String accountId, Order order) Place an Order and return the order ID. -
Uses of Order in com.studerw.tda.parse
Methods in com.studerw.tda.parse that return OrderMethods in com.studerw.tda.parse that return types with arguments of type Order