OEC Application Programming Interface

OnPriceChangedEvent Delegate

Occurs when contract price changed

public delegate void OnPriceChangedEvent(
   Contract Contract,
   Price Price
);

Parameters

Contract
affected contract
Price
new price values

Requirements

Namespace: OEC.API

Assembly: API (in API.dll)

See Also

OEC.API Namespace