public string closePositionByIndex(
int index,
double Price = 0,
int slippage = 0,
OrderType oType = OrderType.MARKET
)Public Function closePositionByIndex (
index As Integer,
Optional Price As Double = 0,
Optional slippage As Integer = 0,
Optional oType As OrderType = OrderType.MARKET
) As Stringpublic:
String^ closePositionByIndex(
int index,
double Price = 0,
int slippage = 0,
OrderType oType = OrderType::MARKET
)member closePositionByIndex :
index : int *
?Price : float *
?slippage : int *
?oType : OrderType
(* Defaults:
let _Price = defaultArg Price 0
let _slippage = defaultArg slippage 0
let _oType = defaultArg oType OrderType.MARKET
*)
-> string [Missing <param name="Price"/> documentation for "M:SharpTraderBot.Bot.closePositionByIndex(System.Int32,System.Double,System.Int32,SharpTraderBot.OrderType)"]