1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
| package com.yami.trading.huobi.hobi.internal;
|
| import org.springframework.stereotype.Component;
|
| /**
| * 福途牛牛 股票行情 , k线行情 [由于接口分页限制只能换英为了]
| * @author 哪吒出海
| */
| @Component
| public class FutunnDataServiceImpl {
|
|
| /**
| * 所有马来股票行情
| */
| public void allStockQuotes(){
|
| }
|
| }
|
|