StrategyStatusInfo Constructor

Initializes a new instance of the StrategyStatusInfo class.
public StrategyStatusInfo( 
DateTime dateTime
StrategyStatusType type 
)
This language is not supported or no code example is available.
public:  
StrategyStatusInfo( 
DateTime dateTime
StrategyStatusType type 
)
This language is not supported or no code example is available.
public function StrategyStatusInfo( 
dateTime : DateTime
type : StrategyStatusType 
);
This language is not supported or no code example is available.

Parameters

dateTime
DateTime

The date time.

type
StrategyStatusType

The type.

In this article

Definition