@bcswaper/apis
Version:
bcswaper apis
1 lines • 1.26 kB
JavaScript
export class DefaultEngine{constructor(){this.running=!1}getPrice(){throw new Error("Method not implemented.")}getOrderbook(){throw new Error("Method not implemented.")}getCandles(e){throw new Error("Method not implemented.")}getPosition(){throw new Error("Method not implemented.")}getBalance(){throw new Error("Method not implemented.")}async start(){throw new Error("Method not implemented.")}subTick(e){throw new Error("Method not implemented.")}subCandle(e,t){throw new Error("Method not implemented.")}subOrderbook(){throw new Error("Method not implemented.")}subAccount(e){throw new Error("Method not implemented.")}subPosition(e){throw new Error("Method not implemented.")}subOrder(e){throw new Error("Method not implemented.")}subDeal(e){throw new Error("Method not implemented.")}placeMarketOrder(e,t,r){throw new Error("Method not implemented.")}buy(e,t){throw new Error("Method not implemented.")}sell(e,t){throw new Error("Method not implemented.")}placeLimitOrder(e,t,r,o){throw new Error("Method not implemented.")}buyLimit(e,t){throw new Error("Method not implemented.")}sellLimit(e,t){throw new Error("Method not implemented.")}cancelOrder(e,t){throw new Error("Method not implemented.")}stop(){throw new Error("Method not implemented.")}}