示例#1
0
#!/usr/bin/env python
import FinexAPI

print FinexAPI.symbols()
示例#2
0
#!/usr/bin/env python
import FinexAPI

print (FinexAPI.symbols())