BarFactory.Contains (String, BarInput, ClockType, TimeSpan, TimeSpan, Int32) Method

public bool Contains( 
string symbol
BarInput barInput
ClockType type
TimeSpan session1
TimeSpan session2
int providerId = -1 
)
This language is not supported or no code example is available.
public:  
bool Contains( 
String^ symbol
BarInput barInput
ClockType type
TimeSpan session1
TimeSpan session2
int providerId 
)
This language is not supported or no code example is available.
public function Contains( 
symbol : String
barInput : BarInput
type : ClockType
session1 : TimeSpan
session2 : TimeSpan
providerId : int 
) : boolean;
This language is not supported or no code example is available.

Parameters

symbol
string

barInput
BarInput

type
ClockType

session1
TimeSpan

session2
TimeSpan

providerId
int

Return Value

bool

In this article

Definition