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