Defines the type of asset for the specified symbol.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public enum AssetClass
Visual Basic (Declaration)
Public Enumeration AssetClass
Visual C++
public enum class AssetClass

Members

Member nameDescription
Stock
The capital raised by a corporation through the issue of shares entitling holders to an ownership interest (equity).
Bond
A certificate of debt (usually interest-bearing or discounted) that is issued by a corporation in order to raise money.
Option
Gives the buyer the right, but not the obligation, to buy or sell stock at a set price on or before a given date.
Future
Exchange-traded contracts. They are firm agreements to deliver (or take delivery of) a standardized amount of something on a certain date at a predetermined price.
Forex
Forex is short for foreign exchange. The simultaneous buying of one currency and selling of another.
FuturesOption
Options on futures contracts.
Index
Represents a broad based index of individual components.
InterestRate
Represents the interest rate paid for a specified currency. This is not meant to be traded directly, but can be used to calculate the interest earned or owed for a forex position.

See Also