HostSubmitOrder(Account, Market, BuySell, PriceType, Int32, NullableDecimal) Method
Submits the specified order.
Namespace: T4.APIAssembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
public Order SubmitOrder(
Account poAccount,
Market poMarket,
BuySell penBuySell,
PriceType penPriceType,
int piVolume,
decimal? poLimitPrice
)
Public Function SubmitOrder (
poAccount As Account,
poMarket As Market,
penBuySell As BuySell,
penPriceType As PriceType,
piVolume As Integer,
poLimitPrice As Decimal?
) As Order
- poAccount Account
- The account to put the order in.
- poMarket Market
- The market the order is for.
- penBuySell BuySell
- Whether the order is to buy or sell
- penPriceType PriceType
- The type of order, e.g. Limit, Market, StopMarket etc.
- piVolume Int32
- The new total volume for the order.
- poLimitPrice NullableDecimal
- The new limit price for the order.
Order The order created