DelegateSellSideStrategy Class

public class DelegateSellSideStrategy : SellSideStrategy
This language is not supported or no code example is available.
public ref class DelegateSellSideStrategy : public SellSideStrategy^
This language is not supported or no code example is available.
public class DelegateSellSideStrategy 
extends SellSideStrategy
This language is not supported or no code example is available.
Name Description
Public property AccountDataManager (inherited from Strategy).
Public property AlgoId (inherited from SellSideStrategy).
Public property Asks (inherited from Strategy).
Public property BarFactory (inherited from Strategy).
Public property Bars (inherited from Strategy).
Public property Bids (inherited from Strategy).
Public property ClientId (inherited from Strategy).
Public property Clock (inherited from Strategy).
Public property DataManager (inherited from Strategy).
Public property DataProvider (inherited from Strategy).
Public property DataRouteId (inherited from SellSideStrategy).
Public property DataSimulator (inherited from Strategy).
Public property Enabled (inherited from Strategy).
Public property Equity (inherited from Strategy).
Public property EventManager (inherited from Strategy).
Public property ExecutionProvider (inherited from Strategy).
Public property ExecutionRouteId (inherited from SellSideStrategy).
Public property ExecutionSimulator (inherited from Strategy).
Public property FundamentalProvider (inherited from Strategy).
Public property Global (inherited from Strategy).
Public property GroupManager (inherited from Strategy).
Public property Id (inherited from Strategy).
Public property InstrumentManager (inherited from Strategy).
Public property Instruments (inherited from Strategy).
Public property IsConnected (inherited from SellSideStrategy).
Public property IsConnecting (inherited from SellSideStrategy).
Public property IsDisconnected (inherited from SellSideStrategy).
Public property IsDisconnecting (inherited from SellSideStrategy).
Public property IsInstance (inherited from SellSideStrategy).
Public property Mode (inherited from Strategy).
Public property Name (inherited from Strategy).
Public property OrderManager (inherited from Strategy).
Public property Parent (inherited from Strategy).
Public property Portfolio (inherited from Strategy).
Public property PortfolioManager (inherited from Strategy).
Public property ProviderManager (inherited from Strategy).
Public property Status Gets the status. (inherited from SellSideStrategy).
Public property Strategies (inherited from Strategy).
Public property StrategyManager (inherited from Strategy).
Public property Type (inherited from SellSideStrategy).
Top
Methods
 
Name Description
Public method AddExchangeReminder(DateTime, object) (inherited from Strategy).
Public method AddInstrument(Instrument) (inherited from Strategy).
Public method AddInstrument(Instrument, IDataProvider) (inherited from Strategy).
Public method AddInstrument(int) (inherited from Strategy).
Public method AddInstrument(string) (inherited from Strategy).
Public method AddInstruments(InstrumentList) (inherited from Strategy).
Public method AddInstruments(string[]) (inherited from Strategy).
Public method AddReminder(DateTime, object) (inherited from Strategy).
Public method AddStop(Stop) (inherited from Strategy).
Public method AddStrategy(Strategy) (inherited from Strategy).
Public method AddStrategy(Strategy, bool) (inherited from Strategy).
Public method Buy(IExecutionProvider, Instrument, OrderType, double, double, double, string) (inherited from Strategy).
Public method Buy(IExecutionProvider, Instrument, double, string) (inherited from Strategy).
Public method Buy(Instrument, OrderType, double, double, double, string) (inherited from Strategy).
Public method Buy(Instrument, double, string) (inherited from Strategy).
Public method Buy(short, Instrument, OrderType, double, double, double, string) (inherited from Strategy).
Public method Buy(short, Instrument, double, string) (inherited from Strategy).
Public method BuyLimit(IExecutionProvider, Instrument, double, double, string) (inherited from Strategy).
Public method BuyLimit(Instrument, double, double, string) (inherited from Strategy).
Public method BuyLimit(short, Instrument, double, double, string) (inherited from Strategy).
Public method BuyLimitOrder(Instrument, double, double, string) (inherited from Strategy).
Public method BuyOrder(Instrument, double, string) (inherited from Strategy).
Public method BuyPegged(IExecutionProvider, Instrument, double, double, string) (inherited from Strategy).
Public method BuyPegged(Instrument, double, double, string) (inherited from Strategy).
Public method BuyPegged(short, Instrument, double, double, string) (inherited from Strategy).
Public method BuyPeggedOrder(Instrument, double, double, string) (inherited from Strategy).
Public method BuyStop(IExecutionProvider, Instrument, double, double, string) (inherited from Strategy).
Public method BuyStop(Instrument, double, double, string) (inherited from Strategy).
Public method BuyStop(short, Instrument, double, double, string) (inherited from Strategy).
Public method BuyStopLimit(IExecutionProvider, Instrument, double, double, double, string) (inherited from Strategy).
Public method BuyStopLimit(Instrument, double, double, double, string) (inherited from Strategy).
Public method BuyStopLimit(short, Instrument, double, double, double, string) (inherited from Strategy).
Public method BuyStopLimitOrder(Instrument, double, double, double, string) (inherited from Strategy).
Public method BuyStopOrder(Instrument, double, double, string) (inherited from Strategy).
Public method Cancel(Order, string) (inherited from Strategy).
Public method CancelAll(Instrument, OrderSide, string) (inherited from Strategy).
Public method CancelAll(Instrument, string) (inherited from Strategy).
Public method CancelAll(OrderSide) (inherited from Strategy).
Public method CancelAll(string) (inherited from Strategy).
Public method Connect(int) (inherited from SellSideStrategy).
Public method Connect() Connects this instance. (inherited from SellSideStrategy).
Public method Deposit(DateTime, double, byte, string, bool) Deposits specified amount of currency to portfolio account of this strategy. (inherited from Strategy).
Public method Deposit(double, byte, string, bool) Deposits specified amount of currency to portfolio account of this strategy at the current DateTime. (inherited from Strategy).
Public method Disconnect() Disconnects this instance. (inherited from SellSideStrategy).
Public method EmitAsk(Ask) (inherited from SellSideStrategy).
Public method EmitAsk(DateTime, int, double, int) (inherited from SellSideStrategy).
Public method EmitBar(Bar) (inherited from SellSideStrategy).
Public method EmitBid(Bid) (inherited from SellSideStrategy).
Public method EmitBid(DateTime, int, double, int) (inherited from SellSideStrategy).
Public method EmitExecutionReport(ExecutionReport) (inherited from SellSideStrategy).
Public method EmitLevel2Snapshot(Level2Snapshot) (inherited from SellSideStrategy).
Public method EmitTrade(DateTime, int, double, int) (inherited from SellSideStrategy).
Public method EmitTrade(Trade) (inherited from SellSideStrategy).
Public method ExecuteMethod(string) (inherited from Strategy).
Public method GetModeAsString() (inherited from Strategy).
Public method GetParameter(string) (inherited from Strategy).
Public method GetParameters() (inherited from Strategy).
Public method GetRootStrategy() (inherited from Strategy).
Public method GetStatusAsString() (inherited from Strategy).
Public method GetStrategy(string) (inherited from Strategy).
Public method GetStrategyById(int) (inherited from Strategy).
Public method Group(string, string, Color) (inherited from Strategy).
Public method Group(string, string, double) (inherited from Strategy).
Public method Group(string, string, int) (inherited from Strategy).
Public method Group(string, string, string) (inherited from Strategy).
Public method HasLongPosition(Instrument) (inherited from Strategy).
Public method HasLongPosition(Instrument, double) (inherited from Strategy).
Public method HasPosition(Instrument) (inherited from Strategy).
Public method HasPosition(Instrument, PositionSide, double) (inherited from Strategy).
Public method HasShortPosition(Instrument) (inherited from Strategy).
Public method HasShortPosition(Instrument, double) (inherited from Strategy).
Public method Init() (inherited from Strategy).
Public method Log(DateTime, double, Group) Obsolete. (inherited from Strategy).
Public method Log(DateTime, double, int) Obsolete. (inherited from Strategy).
Public method Log(DateTime, double, string) Obsolete. (inherited from Strategy).
Public method Log(DateTime, string, Group) Obsolete. (inherited from Strategy).
Public method Log(DateTime, string, int) Obsolete. (inherited from Strategy).
Public method Log(DateTime, string, string) Obsolete. (inherited from Strategy).
Public method Log(DataObject, Group, Nullable<DateTime>) (inherited from Strategy).
Public method Log(DataObject, int, Nullable<DateTime>) (inherited from Strategy).
Public method Log(DataObject, string, Nullable<DateTime>) (inherited from Strategy).
Public method Log(Event, Group, Nullable<DateTime>) (inherited from Strategy).
Public method Log(Event, int, Nullable<DateTime>) (inherited from Strategy).
Public method Log(Event, string, Nullable<DateTime>) (inherited from Strategy).
Public method Log(PortfolioStatisticsResult) (inherited from Strategy).
Public method Log(double, Group, Nullable<DateTime>) (inherited from Strategy).
Public method Log(double, int, Nullable<DateTime>) (inherited from Strategy).
Public method Log(double, string, Nullable<DateTime>) (inherited from Strategy).
Public method Log(string, Group, Nullable<DateTime>) (inherited from Strategy).
Public method Log(string, int, Nullable<DateTime>) (inherited from Strategy).
Public method Log(string, string, Nullable<DateTime>) (inherited from Strategy).
Public method Objective() (inherited from Strategy).
Internal protected (Protected Friend) method OnAccountData(AccountData)
Internal protected (Protected Friend) method OnAccountReport(AccountReport)
Internal protected (Protected Friend) method OnAsk(Instrument, Ask)
Internal protected (Protected Friend) method OnBar(Instrument, Bar)
Internal protected (Protected Friend) method OnBarOpen(Instrument, Bar)
Internal protected (Protected Friend) method OnBarSlice(BarSlice)
Internal protected (Protected Friend) method OnBid(Instrument, Bid)
Public method OnCancelCommand(ExecutionCommand)
Internal protected (Protected Friend) method OnCommand(Command_)
Internal protected (Protected Friend) method OnException(string, Event, Exception)
Internal protected (Protected Friend) method OnExchangeReminder(DateTime, object)
Protected method OnExecutionReport(ExecutionReport)
Internal protected (Protected Friend) method OnFill(Fill)
Internal protected (Protected Friend) method OnFundamental(Instrument, Fundamental)
Internal protected (Protected Friend) method OnInstrumentAdded(Instrument)
Internal protected (Protected Friend) method OnInstrumentRemoved(Instrument)
Internal protected (Protected Friend) method OnLevel2(Instrument, Level2Snapshot)
Internal protected (Protected Friend) method OnLevel2(Instrument, Level2Update)
Protected method OnMetaData(Instrument, MetaData) (inherited from Strategy).
Internal protected (Protected Friend) method OnNewOrder(Order)
Internal protected (Protected Friend) method OnNews(Instrument, News)
Internal protected (Protected Friend) method OnOrderCancelRejected(Order)
Internal protected (Protected Friend) method OnOrderCancelled(Order)
Internal protected (Protected Friend) method OnOrderDone(Order)
Internal protected (Protected Friend) method OnOrderExpired(Order)
Internal protected (Protected Friend) method OnOrderFilled(Order)
Internal protected (Protected Friend) method OnOrderPartiallyFilled(Order)
Internal protected (Protected Friend) method OnOrderRejected(Order)
Internal protected (Protected Friend) method OnOrderReplaceRejected(Order)
Internal protected (Protected Friend) method OnOrderReplaced(Order)
Internal protected (Protected Friend) method OnOrderStatusChanged(Order)
Protected method OnParameterChanged(Parameter, Parameter)
Internal protected (Protected Friend) method OnPendingNewOrder(Order)
Protected method OnPortfolioStatistics(PortfolioStatisticsItem)
Internal protected (Protected Friend) method OnPositionChanged(Position)
Internal protected (Protected Friend) method OnPositionClosed(Position)
Internal protected (Protected Friend) method OnPositionOpened(Position)
Internal protected (Protected Friend) method OnPropertyChanged(OnPropertyChanged)
Internal protected (Protected Friend) method OnProviderConnected(Provider)
Internal protected (Protected Friend) method OnProviderDisconnected(Provider)
Internal protected (Protected Friend) method OnProviderError(ProviderError)
Internal protected (Protected Friend) method OnReminder(DateTime, object)
Public method OnReplaceCommand(ExecutionCommand)
Public method OnSendCommand(ExecutionCommand)
Internal protected (Protected Friend) method OnSendOrder(Order)
Internal protected (Protected Friend) method OnStopCancelled(Stop)
Internal protected (Protected Friend) method OnStopExecuted(Stop)
Internal protected (Protected Friend) method OnStopStatusChanged(Stop)
Internal protected (Protected Friend) method OnStopStatusChanged_(Stop) (inherited from Strategy).
Internal protected (Protected Friend) method OnStrategyEvent(object)
Internal protected (Protected Friend) method OnStrategyInit()
Internal protected (Protected Friend) method OnStrategyStart()
Internal protected (Protected Friend) method OnStrategyStop()
Protected method OnSubscribe(Instrument)
Protected method OnSubscribe(InstrumentList)
Internal protected (Protected Friend) method OnTrade(Instrument, Trade)
Internal protected (Protected Friend) method OnTransaction(Transaction)
Protected method OnUnsubscribe(Instrument)
Protected method OnUnsubscribe(InstrumentList)
Internal protected (Protected Friend) method OnUserCommand(string)
Protected method OnUserEvent(Event)
Public method Order(Instrument, OrderType, OrderSide, double, double, double, string) (inherited from Strategy).
Public method Reject(Order) (inherited from Strategy).
Public method RemoveExchangeReminder(DateTime) (inherited from Strategy).
Public method RemoveInstrument(Instrument) (inherited from Strategy).
Public method RemoveInstrument(Instrument, IDataProvider) (inherited from Strategy).
Public method RemoveInstrument(int) (inherited from Strategy).
Public method RemoveInstrument(string) (inherited from Strategy).
Public method RemoveReminder(DateTime) (inherited from Strategy).
Public method RemoveStrategy(Strategy) (inherited from Strategy).
Public method Replace(Order, OrderType, double, double, double, string) (inherited from Strategy).
Public method Replace(Order, double, double, double, string) (inherited from Strategy).
Public method Replace(Order, double, string) (inherited from Strategy).
Public method Respond(DataObject) (inherited from Strategy).
Public method Respond(DataObject, int) (inherited from Strategy).
Public method Sell(IExecutionProvider, Instrument, OrderType, double, double, double, string) (inherited from Strategy).
Public method Sell(IExecutionProvider, Instrument, double, string) (inherited from Strategy).
Public method Sell(Instrument, OrderType, double, double, double, string) (inherited from Strategy).
Public method Sell(Instrument, double, string) (inherited from Strategy).
Public method Sell(short, Instrument, OrderType, double, double, double, string) (inherited from Strategy).
Public method Sell(short, Instrument, double, string) (inherited from Strategy).
Public method SellLimit(IExecutionProvider, Instrument, double, double, string) (inherited from Strategy).
Public method SellLimit(Instrument, double, double, string) (inherited from Strategy).
Public method SellLimit(short, Instrument, double, double, string) (inherited from Strategy).
Public method SellLimitOrder(Instrument, double, double, string) (inherited from Strategy).
Public method SellOrder(Instrument, double, string) (inherited from Strategy).
Public method SellPegged(IExecutionProvider, Instrument, double, double, string) (inherited from Strategy).
Public method SellPegged(Instrument, double, double, string) (inherited from Strategy).
Public method SellPegged(short, Instrument, double, double, string) (inherited from Strategy).
Public method SellPeggedOrder(Instrument, double, double, string) (inherited from Strategy).
Public method SellStop(IExecutionProvider, Instrument, double, double, string) (inherited from Strategy).
Public method SellStop(Instrument, double, double, string) (inherited from Strategy).
Public method SellStop(short, Instrument, double, double, string) (inherited from Strategy).
Public method SellStopLimit(IExecutionProvider, Instrument, double, double, double, string) (inherited from Strategy).
Public method SellStopLimit(Instrument, double, double, double, string) (inherited from Strategy).
Public method SellStopLimit(short, Instrument, double, double, double, string) (inherited from Strategy).
Public method SellStopLimitOrder(Instrument, double, double, double, string) (inherited from Strategy).
Public method SellStopOrder(Instrument, double, double, string) (inherited from Strategy).
Public method Send(ExecutionCommand) (inherited from SellSideStrategy).
Public method SendStrategyEvent(object) (inherited from Strategy).
Public method SetParameter(string, object) (inherited from Strategy).
Public method Subscribe(Instrument) (inherited from SellSideStrategy).
Public method Subscribe(InstrumentList) (inherited from SellSideStrategy).
Public method Unsubscribe(Instrument) (inherited from SellSideStrategy).
Public method Unsubscribe(InstrumentList) (inherited from SellSideStrategy).
Public method Withdraw(DateTime, double, byte, string, bool) Withdraws specified amount of currency from portfolio account of this strategy. (inherited from Strategy).
Public method Withdraw(double, byte, string, bool) Withdraws specified amount of currency from portfolio account of this strategy at the current DateTime. (inherited from Strategy).
Top
Fields
 
Name Description
Internal protected (Protected Friend) field framework (inherited from Strategy).
Internal protected (Protected Friend) field raiseEvents (inherited from Strategy).
Top

In this article

Definition