mango-explorer/mango
Geoff Taylor 43ebf757b0 Placing an order no longer overrides a client ID if one has been specified. 2022-03-09 18:59:51 +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 Added Keeper instructions and a keeper command. 2022-03-08 08:53:11 +00:00
marketmaking 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
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 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
__init__.py Exposed OutputFormatter and to_json as public. 2022-03-09 09:26:01 +00:00
account.py 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
accountflags.py
accountinfo.py
accountinfoconverter.py Added subscribe() method to all AddressableAccounts. 2022-03-01 12:22:50 +00:00
accountliquidator.py
accountscout.py
addressableaccount.py Added subscribe() method to all AddressableAccounts. 2022-03-01 12:22:50 +00:00
arguments.py
balancesheet.py
cache.py Added subscribe() method to all AddressableAccounts. 2022-03-01 12:22:50 +00:00
client.py Improved execute_async() to parallelise execution of chunked transactions. 2022-03-09 16:44:42 +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
contextbuilder.py
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
idgenerator.py
idl.py
idsjsonmarketlookup.py
instructionreporter.py
instructions.py Added Keeper instructions and a keeper command. 2022-03-08 08:53:11 +00:00
instructiontype.py
instrumentlookup.py
instrumentvalue.py
inventory.py
liquidatablereport.py
liquidationevent.py Fix for another Windows datetime problem. 2022-03-02 11:23:43 +00:00
liquidationprocessor.py
loadedmarket.py
logmessages.py
lotsizeconverter.py
mangoinstruction.py Fixed incorrect stringifying of Settle instruction. 2022-03-04 12:32:06 +00:00
marketlookup.py
marketoperations.py Overrode market_buy() and market_sell() in NullMarketOperations so they didn't do anything but didn't error either. 2022-03-04 17:22:54 +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 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
notification.py
observables.py
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
orderbookside.py Added subscribe() method to all AddressableAccounts. 2022-03-01 12:22:50 +00:00
orders.py Fix for another Windows datetime problem. 2022-03-02 11:23:43 +00:00
output.py Exposed OutputFormatter and to_json as public. 2022-03-09 09:26:01 +00:00
ownedinstrumentvalue.py
perpaccount.py
perpeventqueue.py Added simple events and fills properties to event queues. 2022-03-08 09:42:21 +00:00
perpmarket.py Placing an order no longer overrides a client ID if one has been specified. 2022-03-09 18:59:51 +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
reconnectingwebsocket.py
retrier.py
serumeventqueue.py Added simple events and fills properties to event queues. 2022-03-08 09:42:21 +00:00
serummarket.py Placing an order no longer overrides a client ID if one has been specified. 2022-03-09 18:59:51 +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 Placing an order no longer overrides a client ID if one has been specified. 2022-03-09 18:59:51 +00:00
text.py
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 transaction waiting in send-sols command. 2022-02-28 18:25:32 +00:00
transactionscout.py Fix for another Windows datetime problem. 2022-03-02 11:23:43 +00:00
version.py
wallet.py
walletbalancer.py
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