Interface IExchange
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IExchange : IEquatable<IExchange>, IImportObject<IExchange>
Properties
CreatedObjectDate
Declaration
DateTime? CreatedObjectDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
RegulationShares
Declaration
List<RegulationShare> RegulationShares { get; set; }
Property Value
| Type | Description |
|---|---|
| List<RegulationShare> |
Tenants
Declaration
List<ExchangeTenant> Tenants { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ExchangeTenant> |