Stores the price at which a trade took place, in the native currency of the symbol, and converted to the account currency.

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

Syntax

C#
[SerializableAttribute]
public sealed class Price : IXmlSerializable, 
	ISerializable
Visual Basic (Declaration)
<SerializableAttribute> _
Public NotInheritable Class Price _
	Implements IXmlSerializable, ISerializable
Visual C++
[SerializableAttribute]
public ref class Price sealed : IXmlSerializable, 
	ISerializable

Inheritance Hierarchy

System..::.Object
  RightEdge.Common..::.Price

See Also