Transaction.NetCashFlow Property

Gets net cash flow of this Transaction
[DataMember(Name = "netCashFlow")] 
public virtual double NetCashFlow {get;}
This language is not supported or no code example is available.
[DataMember(Name = "netCashFlow")] 
public:  
virtual property double NetCashFlow { 
double get( ); 
}
This language is not supported or no code example is available.
public  
DataMember(Name = "netCashFlow") 
function get NetCashFlow() : double;
This language is not supported or no code example is available.

Property Value

double
Remarks
 
Instrument:  
- Amount * Price  
 
Derivative  
- Amount * Price * Factor

In this article

Definition