ITicker Interface

Interface for account and symbol information

Definition

Namespace: SharpTraderBot
Assembly: SharpTraderBot (in SharpTraderBot.dll) Version: 1.0.0
C#
public interface ITicker

Methods

getAsk Returns the ask on symbol on session specified
getBalance Returns balance for session specified
getBid 
getEquity Returns equity for session specified
getLastError Returns last error raised during the ticker information
getLotMulitplier 
getPointValue Returns value of point for symbol on session specified
getSpread Returns spread (in pips) on symbol on session specified
getSymbolName Returns real name (from session mappings) for symbol on session specified

See Also