BarFactory.Add (String, TimeSpan, TimeSpan, Int32) Method

public BarFactoryItem Add( 
string symbol
TimeSpan session1
TimeSpan session2
int providerId = -1 
)
This language is not supported or no code example is available.
public:  
BarFactoryItem^ Add( 
String^ symbol
TimeSpan session1
TimeSpan session2
int providerId 
)
This language is not supported or no code example is available.
public function Add( 
symbol : String
session1 : TimeSpan
session2 : TimeSpan
providerId : int 
) : BarFactoryItem;
This language is not supported or no code example is available.

Parameters

symbol
string

session1
TimeSpan

session2
TimeSpan

providerId
int

Return Value

BarFactoryItem

In this article

Definition