Specifies whether the bid or ask should be returned when requesting a quote.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public enum QuoteType |
| Visual Basic (Declaration) |
|---|
Public Enumeration QuoteType |
| Visual C++ |
|---|
public enum class QuoteType |
Members
| Member name | Description | |
|---|---|---|
| Bid |
The bid value. For interest rates, the rate paid on positive balances for a currency.
| |
| Ask |
The ask value. For Interest rates, the rate charged on loans for a currency.
| |
| Last |
The price of the last trade. When working with bars this may also be the close value of the bar.
|