AccountPosition.Add Method

Adds the specified transaction.
public void Add( 
AccountTransaction transaction 
)
This language is not supported or no code example is available.
public:  
void Add( 
AccountTransaction^ transaction 
)
This language is not supported or no code example is available.
public function Add( 
transaction : AccountTransaction 
);
This language is not supported or no code example is available.

Parameters

transaction
AccountTransaction

The transaction.

In this article

Definition