mango-explorer/mango
Geoff Taylor 8bbe48abaf Ensured all public classes are exposed and available. Removed unused classes. 2022-03-22 19:18:26 +00:00
..
hedging Removed use of abs() to get a Decimal absolute value - now use the copy_abs() method instead. 2022-03-09 12:02:18 +00:00
layouts Removed named padding entries from layouts - padding is still there but the unnecessary name no longer appears. 2022-03-15 15:43:21 +00:00
marketmaking Marketmaker can now use prologue and/or epilogue instructions on each pulse. 2022-03-15 15:44:08 +00:00
oracles Now use fully_qualified_symbol for markets in most places, so Serum and Spot markets can be differentiated. 2022-03-03 18:36:46 +00:00
simplemarketmaking Added timestamp to Order (only available in perp orders). Expanded OrderBook's handling of TIF/expiration. 2022-03-10 14:54:52 +00:00
__init__.py Ensured all public classes are exposed and available. Removed unused classes. 2022-03-22 19:18:26 +00:00
account.py Simplified creation of a Valuation for ad-hoc use. 2022-03-16 17:43:03 +00:00
accountflags.py
accountinfo.py AccountInfo now provides better error message when loading multiple accounts fails for an account. 2022-03-16 15:52:23 +00:00
accountinfoconverter.py Added timestamp to Order (only available in perp orders). Expanded OrderBook's handling of TIF/expiration. 2022-03-10 14:54:52 +00:00
accountscout.py Expanded porcelain functions, cleaned up old usage. 2022-02-24 19:40:05 +00:00
addressableaccount.py Added subscribe() method to all AddressableAccounts. 2022-03-01 12:22:50 +00:00
arguments.py
cache.py Added subscribe() method to all AddressableAccounts. 2022-03-01 12:22:50 +00:00
client.py Slot checking is now disabled by default (after discussion with Max). 2022-03-15 11:25:07 +00:00
combinableinstructions.py Improved execute_async() to parallelise execution of chunked transactions. 2022-03-09 16:44:42 +00:00
constants.py
context.py Expanded porcelain functions, cleaned up old usage. 2022-02-24 19:40:05 +00:00
contextbuilder.py Slot checking is now disabled by default (after discussion with Max). 2022-03-15 11:25:07 +00:00
datetimes.py Fix for another Windows datetime problem. 2022-03-02 11:23:43 +00:00
encoding.py
group.py Added subscribe() method to all AddressableAccounts. 2022-03-01 12:22:50 +00:00
healthcheck.py Added on_event() and on_fill() to concrete LoadedMarkets. 2022-02-23 10:48:25 +00:00
idgenerator.py Ensured consistent abstract methods/properties decorators on abstract classes. 2022-02-27 17:52:59 +00:00
idl.py
idsjsonmarketlookup.py Expanded porcelain functions, cleaned up old usage. 2022-02-24 19:40:05 +00:00
instructionreporter.py Improved some instruction reporting. 2022-02-24 11:27:02 +00:00
instructions.py Added Account.build_redeem_pnl_instructions_for_market() to build redeem instructions. 2022-03-14 17:47:30 +00:00
instructiontype.py
instrumentlookup.py Expanded porcelain functions, cleaned up old usage. 2022-02-24 19:40:05 +00:00
instrumentvalue.py Expanded porcelain functions, cleaned up old usage. 2022-02-24 19:40:05 +00:00
inventory.py Expanded porcelain functions, cleaned up old usage. 2022-02-24 19:40:05 +00:00
loadedmarket.py Ensured consistent abstract methods/properties decorators on abstract classes. 2022-02-27 17:52:59 +00:00
logmessages.py
lotsizeconverter.py Expanded porcelain functions, cleaned up old usage. 2022-02-24 19:40:05 +00:00
mangoinstruction.py Fixed incorrect stringifying of Settle instruction. 2022-03-04 12:32:06 +00:00
marketlookup.py Expanded porcelain functions, cleaned up old usage. 2022-02-24 19:40:05 +00:00
marketoperations.py Added timestamp to Order (only available in perp orders). Expanded OrderBook's handling of TIF/expiration. 2022-03-10 14:54:52 +00:00
markets.py Now use fully_qualified_symbol for markets in most places, so Serum and Spot markets can be differentiated. 2022-03-03 18:36:46 +00:00
metadata.py
modelstate.py Added timestamp to Order (only available in perp orders). Expanded OrderBook's handling of TIF/expiration. 2022-03-10 14:54:52 +00:00
notification.py Ensured all public classes are exposed and available. Removed unused classes. 2022-03-22 19:18:26 +00:00
observables.py Merge branch 'og/tif' 2022-02-23 18:14:17 +00:00
openorders.py Fixed problem spot health calculations. 2022-03-04 15:21:58 +00:00
oracle.py Now use fully_qualified_symbol for markets in most places, so Serum and Spot markets can be differentiated. 2022-03-03 18:36:46 +00:00
oraclefactory.py
orders.py Added timestamp to Order (only available in perp orders). Expanded OrderBook's handling of TIF/expiration. 2022-03-10 14:54:52 +00:00
output.py Exposed OutputFormatter and to_json as public. 2022-03-09 09:26:01 +00:00
ownedinstrumentvalue.py
perpaccount.py Added perp redeemable pnl to dataframe and calculations. Added many more tests of perp valuations. 2022-03-11 21:43:40 +00:00
perpeventqueue.py Added simple events and fills properties to event queues. 2022-03-08 09:42:21 +00:00
perpmarket.py Added extrapolated funding APR and APY calculations based on formulae from Max. 2022-03-15 10:04:03 +00:00
perpmarketdetails.py Added subscribe() method to all AddressableAccounts. 2022-03-01 12:22:50 +00:00
perpopenorders.py
placedorder.py
porcelain.py Now use fully_qualified_symbol for markets in most places, so Serum and Spot markets can be differentiated. 2022-03-03 18:36:46 +00:00
publickey.py Fixed problem with address sort order when cranking. 2022-02-24 11:28:04 +00:00
reconnectingwebsocket.py Added try-except block in ReconnectingWebsocket to trap and log errors. 2022-03-14 12:16:55 +00:00
retrier.py
serumeventqueue.py Added simple events and fills properties to event queues. 2022-03-08 09:42:21 +00:00
serummarket.py Added timestamp to Order (only available in perp orders). Expanded OrderBook's handling of TIF/expiration. 2022-03-10 14:54:52 +00:00
serummarketlookup.py Removed spurious warning - it's fine for a MarketLookup to not find what it's looking for and return None. 2022-03-04 18:47:38 +00:00
spotmarket.py Added timestamp to Order (only available in perp orders). Expanded OrderBook's handling of TIF/expiration. 2022-03-10 14:54:52 +00:00
text.py Simplfied previous fix. 2022-03-15 12:22:45 +00:00
tokenaccount.py Added --account-target and --wallet-target to deposit and withdraw commands. 2022-03-02 18:52:45 +00:00
tokenbank.py Added subscribe() method to all AddressableAccounts. 2022-03-01 12:22:50 +00:00
tokenoperations.py Added --account-target and --wallet-target to deposit and withdraw commands. 2022-03-02 18:52:45 +00:00
tokens.py Added --account-target and --wallet-target to deposit and withdraw commands. 2022-03-02 18:52:45 +00:00
tradehistory.py Added ClientId and Counterparty to TradeHistory. (Counterparty is perp-only though.) 2022-03-09 17:27:19 +00:00
transactionmonitoring.py Fixed bug in WebSocketTransactionMonitor not removing subscription on timeout. 2022-03-16 10:45:52 +00:00
transactionscout.py Fixed formatting in TransactionScout. 2022-03-16 10:51:03 +00:00
version.py
wallet.py
walletbalancer.py Expanded porcelain functions, cleaned up old usage. 2022-02-24 19:40:05 +00:00
watcher.py
watchers.py Now use fully_qualified_symbol for markets in most places, so Serum and Spot markets can be differentiated. 2022-03-03 18:36:46 +00:00
websocketsubscription.py Ensured consistent abstract methods/properties decorators on abstract classes. 2022-02-27 17:52:59 +00:00