GetAtmStrategyUniqueId()

<< Click to Display Table of Contents >>

Navigation:  NinjaScript > Language Reference > Strategy > ATM Strategy Methods >

GetAtmStrategyUniqueId()

Previous page Return to chapter overview Next page

Definition

Generates a unique ATM Strategy ID value.

 

Method Return Value

A string value representing a unique id value.

 

Syntax

GetAtmStrategyUniqueId()

 

Parameters

This method does use take any parameters.

 

 

Examples

ns

protected override void OnBarUpdate()
{
    string orderId = GetAtmStrategyUniqueId();
}