prhmma
prhmma 09 Sep 2020, 14:10
I just found the solution and like to share it with you.
It seems like "Symbols" itself contains all available symbols in the account and can be used like this
foreach(var symbol in Symbols){ //do something with symbol }
foreach(var symbol in Symbols){
//do something with symbol
}
prhmma
09 Sep 2020, 14:10
Symbols
I just found the solution and like to share it with you.
It seems like "Symbols" itself contains all available symbols in the account and can be used like this
@prhmma