1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- class StockRestPojo:
- date = ""
- time = ""
- now = ""
- high = ""
- low = ""
- open = ""
- close = ""
- preclose = ""
- roundlot = ""
- change = ""
- pctchange = ""
- volume = ""
- amount = ""
- volumeratio = ""
- commissionratio = ""
- commissiondiff = ""
- tradestatus = ""
- outvolume = ""
- involume = ""
- highlimit = ""
- lowlimit = ""
- speed = ""
- averageprice = ""
- buyprice1 = ""
- buyprice2 = ""
- buyprice3 = ""
- buyprice4 = ""
- buyprice5 = ""
- buyvolume1 = ""
- buyvolume2 = ""
- buyvolume3 = ""
- buyvolume4 = ""
- buyvolume5 = ""
- sellprice1 = ""
- sellprice2 = ""
- sellprice3 = ""
- sellprice4 = ""
- sellprice5 = ""
- sellvolume1 = ""
- sellvolume2 = ""
- sellvolume3 = ""
- sellvolume4 = ""
- sellvolume5 = ""
- closedtime = ""
- closedvolume = ""
- closedamount = ""
- dateOne = ""
- dateFive = ""
- dateFifteen = ""
- dateThirty = ""
- dateSixty = ""
- realTime = ""
|