/ ExchangeTypes / src / module.jl
module.jl
 1  using Ccxt
 2  using Ccxt: Python
 3  using .Python: Py, pybuiltins, pyconvert, pyhasattr, pygetattr, pyisnone, pyisnull
 4  using FunctionalCollections
 5  using Ccxt.Misc.Lang: Option, waitfunc
 6  using Ccxt.Misc.DocStringExtensions
 7  
 8  include("exchangeid.jl")
 9  include("exchange.jl")
10  
11  export Exchange,
12      ExchangeID,
13      EIDType,
14      ExcPrecisionMode,
15      exchange,
16      exchangeid,
17      exchanges,
18      sb_exchanges,
19      has,
20      account,
21      eids
22  
23  function _doinit()
24  end