STK Object BrokerSend comments on this topic.
PruneThreshold Property (IAgStkBroker)
See Also
Windows





Windows & Linux

Description

Any positions older than TimeInSeconds will be continually trimmed from all objects.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PruneThreshold() As Integer
[C#]
public int PruneThreshold {get; set;}
[Managed C++]
public: __property int get_PruneThreshold();
public: __property void set_PruneThreshold( int );
[Unmanaged C++]
public: HRESULT get_PruneThreshold(
    long * pTimeInSeconds
);
public: HRESULT put_PruneThreshold(
    long TimeInSeconds
);
[Java]
public int getPruneThreshold();
public void setPruneThreshold(
    int
);

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.