@riocrypto/common-server 1.0.2238 → 1.0.2240

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -118,6 +118,13 @@ interface ArbitrageSessionDoc extends Document {
118
118
  clipSize?: number;
119
119
  isPostOnly?: boolean;
120
120
  };
121
+ standardMarketMakingWithTopOfBookFallback?: {
122
+ spread: number;
123
+ replaceOrderDifferenceThreshold: number;
124
+ limitPrice?: number;
125
+ clipSize?: number;
126
+ isPostOnly?: boolean;
127
+ };
121
128
  };
122
129
  };
123
130
  providerB: {
@@ -62,6 +62,12 @@ interface ExternalTradingAlgorithmDoc extends Document {
62
62
  limitPrice?: number;
63
63
  isPostOnly?: boolean;
64
64
  };
65
+ standardMarketMakingWithTopOfBookFallback?: {
66
+ spread: number;
67
+ replaceOrderDifferenceThreshold: number;
68
+ limitPrice?: number;
69
+ isPostOnly?: boolean;
70
+ };
65
71
  };
66
72
  externalTradeIds: string[];
67
73
  arbitrageSessionId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.2238",
3
+ "version": "1.0.2240",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",