ITickergetLastError Method

Returns last error raised during the ticker information

Definition

Namespace: SharpTraderBot
Assembly: SharpTraderBot (in SharpTraderBot.dll) Version: 1.0.0
C#
string getLastError()

Return Value

String

[Missing <returns> documentation for "M:SharpTraderBot.ITicker.getLastError"]

Example

C#
writeLog(getLastError());

See Also