IAssetsMarketsClosedPositionEventUniqueIdentifier Property

Stator | API Documentation
Unique identifier for this closed position event.

Namespace:  Stator.libPublic.ImportPlugins.DataObjectInterfaces
Assembly:  libPublic (in libPublic.dll) Version: 4.0.2018.0 (4.0.18103)
Syntax

string UniqueIdentifier { get; set; }

Property Value

Type: String
Remarks

What is a unique identifier?
A unique identifier allows you to assign (as the name suggests) a unique identifier to an object, in this instance
a closed position event. The unique identifier is stored in the database for this object and can be used as a means of
identification for future imports, i.e. Stator can find the existing data to perform an edit rather than create a new record.

What is the difference between a "closed position event" and a "closed position"?
A closed position event refers to the single event of closing a position whereas a closed position represents an open position
being closed. A better example to help with understanding is when multiple open positions (parcels) are closed as the result
of one event. For this, one closed position event is created which will contain each of the parcels as individual closed positions.

See Also

Reference