dlob add fetch indicative quotes (#372)
* dlob add fetch indicative quotes * indicative ws stream * prettify * allow for oracle orders
This commit is contained in:
@@ -95,6 +95,8 @@ const getRedisChannelFromMessage = (message: any): string => {
|
||||
return `trades_${marketType}_${marketIndex}`;
|
||||
case 'orderbook':
|
||||
return `orderbook_${marketType}_${marketIndex}`;
|
||||
case 'orderbook_indicative':
|
||||
return `orderbook_${marketType}_${marketIndex}_indicative`;
|
||||
case 'priorityfees':
|
||||
return `priorityFees_${marketType}_${marketIndex}`;
|
||||
case undefined:
|
||||
|
||||
Reference in New Issue
Block a user