Giter VIP home page Giter VIP logo

tobi-api's Introduction

tobi-api

Develop

Golang live reloading

realize start --run

資料夾結構

  • lib

  • utils

  • helpers

群益

# 5-6 SKSTOCK ( 國內報價商品物件 )
struct SKSTOCK
{
    SHORT sStockidx; # 商品自定索引代號
    SHORT sDecimal; # 小數位數
    SHORT sTypeNo;  
    BSTR bstrMarketNo; # 市埸代碼
    BSTR bstrStockNo; # 商品代碼
    BSTR bstrStockName; # 商品名稱
 
    LONG nHigh; #  最高價
    LONG nOpen; #  開盤價
    LONG nLow; #  最低價
    LONG nClose; #  成交價
 
    LONG nTickQty; #  單量
 
    LONG nRef; #  昨收、參考價
 
    LONG nBid; #  買價
    LONG nBc;  #  買量
    LONG nAsk; #  賣價
    LONG nAc;  #  賣量
 
    LONG nTBc; #  買盤量
    LONG nTAc; #  賣盤量
 
    LONG nFutureOI; #  期貨未平倉 OI
 
    LONG nTQty; #  總量
    LONG nYQty; #  昨量
 
    LONG nUp; #  漲停價
    LONG nDown; #  跌停價
    LONG nSimulate; # 揭示 0:一般 1:試算
};

tobi-api's People

Contributors

xtobu avatar

Watchers

 avatar

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.