get security quotes

This commit is contained in:
bense
2022-05-09 12:56:02 +08:00
parent ab01ec7539
commit 0172cdb00e
8 changed files with 505 additions and 49 deletions

View File

@@ -3,8 +3,8 @@ package gotdx
import "errors"
const (
MarketSz = 0 // 深圳
MarketSh = 1 // 上海
MarketSh = 0 // 上海
MarketSz = 1 // 深圳
MarketBj = 2 // 北京
)