UNPKG

@sharplygroup/xtb-api-js

Version:

A module for interacting with the XTB API

11 lines (10 loc) 351 B
import { WebSocketManager } from "../utils/WebSocketManager"; export declare class DmaOperations { private readonly wsManager; constructor(wsManager: WebSocketManager); /** * Returns a list of step rules for DMAs. * @returns {Promise<any>} // TODO: Create IStepRulesResponse interface */ getStepRules(): Promise<any>; }