 | CommonContractTypeActualPurchasePrice Property |
The price the contract was sold for.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic decimal ActualPurchasePrice { get; set; }
Public Property ActualPurchasePrice As Decimal
Get
Set
function get ActualPurchasePrice () : decimal
function set ActualPurchasePrice (value : decimal)
function get_ActualPurchasePrice();
function set_ActualPurchasePrice(value);
Property Value
Type:
Decimal
See Also