Strategy_.Withdraw (DateTime, Double, Byte, String, Boolean) Method

Withdraws specified amount of currency from portfolio account of this strategy.
public void Withdraw( 
DateTime dateTime
double value
byte currencyId = OberMind.CurrencyId.USD, 
string text = null, 
bool updateParent = true 
)
This language is not supported or no code example is available.
public:  
void Withdraw( 
DateTime dateTime
double value
Byte currencyId
String^ text
bool updateParent 
)
This language is not supported or no code example is available.
public function Withdraw( 
dateTime : DateTime
value : double
currencyId : byte
text : String
updateParent : boolean 
);
This language is not supported or no code example is available.

Parameters

dateTime
DateTime

The date time.

value
double

The value.

currencyId
byte

The currency identifier.

text
string

The text.

updateParent
bool

In this article

Definition