To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorCompartment
分仓模块
简介
处理单元委托下单,委托补录功能,分仓模块账户的最小载体是"单元",单元需要关联资金账户,才可以下单
测试支持
道行思天天盈基金
public CukeFund() {
fundName = "道行思天天盈";
fundCode = "888888";
notes = "致力于创建暴富基金";
}
道行思天天盈基金的资金账户信息
public CukeCashAccount(String fundId) {
this.fundId = fundId;
this.accountName = "黄瓜资金一号";
this.accountType = "STOCK";
this.brokerId = "simulator_security";
this.accountNo = "071051";
this.password = "123456";
this.notes = "黄瓜测试资金账号";
}
Topics
Last published over 6 years ago by dxs.