v0.6.0-pre-alpha
New iterators!
you can now iterate trough all the symbols from an exchange
from symbols import bitfinex
for symbol in bitfinex:
print(symbol.name)
print(symbol.min_order_size)
print(symbol.has_margin)
you can now iterate trough all the symbols from an exchange
from symbols import bitfinex
for symbol in bitfinex:
print(symbol.name)
print(symbol.min_order_size)
print(symbol.has_margin)