GithubHelp home page GithubHelp logo

tradeinterface's Introduction

TradeInterface

海知平台模拟炒股接口

#使用样例

from TradeInterface1 import Trade trade = Trade(userid='', password='****')

trade.set_stock_dic( {'buy_sell': 'sell', 'code': '000006', 'volume': '100', 'price': '1', 'price_type': 'now_price', 'effect_term': '2'} )

进行交易请求

res = trade.buy() # 买入

res = trade.sell() # 卖出

res = trade.query_records(startday="2018-4-4", endday="2018-04-05") # 委托查询

res = trade.cancel_order(pre_id="201804040948554657") # 撤单

res = trade.query_history_records(startday="2018-04-04", endday="2018-04-05") # 历史交割查询

res = trade.query_profit() # 资产查询

print(res)

tradeinterface's People

Contributors

inistlwq avatar nottodaynotme avatar rmanluo avatar

Stargazers

AnJunfeng avatar

Watchers

 avatar

Forkers

junfengan1998

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.