Click or drag to resize

ExternalAdapterBaseUpdatePosition Method


Namespace: ArthaChitra.Model.Connection
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.4.0
Syntax
C#
protected void UpdatePosition(
	Account account,
	Instrument instrument,
	ProductType productType,
	decimal quantity,
	double averageCost,
	double realizedPnL
)

Parameters

account  Account
 
instrument  Instrument
 
productType  ProductType
 
quantity  Decimal
 
averageCost  Double
 
realizedPnL  Double
 
See Also