TransactionProcessor.Add Method

Adds a Transaction to the list of position transactions and updates Position properties
public void Add( 
Transaction transaction 
)
This language is not supported or no code example is available.
public:  
void Add( 
Transaction^ transaction 
)
This language is not supported or no code example is available.
public function Add( 
transaction : Transaction 
);
This language is not supported or no code example is available.

Parameters

transaction
Transaction

In this article

Definition