Strategy_.Withdraw (Double, Byte, String, Boolean) Method
Withdraws specified amount of currency from portfolio account of this strategy at the current DateTime.
public void Withdraw(
double value,
byte currencyId = OberMind.CurrencyId.USD,
string text = null,
bool updateParent = true
)
This language is not supported or no code example is available.
This language is not supported or no code example is available.
This language is not supported or no code example is available.
Parameters
-
value
-
double
The value.
-
currencyId
-
byte
The currency identifier.
-
text
-
string
The text.
-
updateParent
-
bool
In this article
Definition