Flatten()
|
<< Click to Display Table of Contents >> Flatten() |
|
Flattens the account on an instrument.
Flatten(ICollection<Instrument> instruments)
instruments |
A collection of Instrument of the orders to be cancelled |
|
|---|
Account.Flatten(new [] { Instrument.GetInstrument("ES 12-15") }); |
|
|---|
// Please note that your 'Using declarations' section needs to have
// instantiate a list of instruments |