Account.Add (Fill, Boolean) Method

Adds an account transactions created from order fill to this account.
public void Add( 
Fill fill
bool updateParent = true 
)
This language is not supported or no code example is available.
public:  
void Add( 
Fill^ fill
bool updateParent 
)
This language is not supported or no code example is available.
public function Add( 
fill : Fill
updateParent : boolean 
);
This language is not supported or no code example is available.

Parameters

fill
Fill

The fill.

updateParent
bool

In this article

Definition