-
Could you supply a combo example please?
contract/combo.js only takes a symbol, but how do you define the legs?
-
This is related to the request in #87 but I'm splitting off this as a separate feature, since I'd want to tackle it separately.
Some sites like InkBunny and Pixiv support a submission type that ha…
-
**背景**
当前训练任务创建的pod并未增加 rdma_shared_device 设备,无法使用IB网卡传输
**系统改进提议和目的**
增加共享设备配置:rdma/rdma_shared_device_a: 1
**RDMA shared device 的机制**
RDMA shared device 是一种 RDMA 设备共享机制,它允许多个应用程序或容器共享同一个 RD…
-
Test case:
```js
"use strict";
throw new Error("Hello world!");
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiaHR0cDovL2xv…
-
# Problem
References to API_AVAILABLE() cause parse errors using objc grammar.
# Example Source
```objectivec
// myFile.m
@interface aInterface ()
@property(nonatomic, readwrite) double aP…
-
The long list of parameters for various contract types is unwieldy, and also inconsistent in the parameter order:
future: symbol, expiry, **currency, exchange, multiplier**
fop: symbol, expiry, st…
-
Hello,
is there support of [UCX](https://github.com/openucx/ucx) in DMTCP? Right now when I try to launch an MPI program compiled against a recent OpenMPI with UCX I get following error message:
…
-
Type: Bug
The remote server can be connected in vscode but the environment can't be loaded. vscode exits with "Could not establish connection to ...: The operation was aborted."
ssh to a remote ser…
-
bankroll-py/bankroll#35 introduces a query for activity statements, on top of the trade confirmation query recommended in the README. Activity statements can be configured to include trades in them, w…
-
Hi,
Currently there is submit_order() API that takes one order. I’m wondering if it is possible to support a new API like submit_orders().
In the current behavior if the client side wants to submit …