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

Deposits specified amount of currency to portfolio account of this strategy.
public void Deposit( 
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 Deposit( 
DateTime dateTime
double value
Byte currencyId
String^ text
bool updateParent 
)
This language is not supported or no code example is available.
public function Deposit( 
dateTime : DateTime
value : double
currencyId : byte
text : String
updateParent : boolean 
);
This language is not supported or no code example is available.

Parameters

dateTime
DateTime

value
double

currencyId
byte

text
string

updateParent
bool

In this article

Definition