-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfutures.htm
151 lines (148 loc) · 3.31 KB
/
futures.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"><style>
pre {
background: none repeat scroll 0 0 #333;
border-radius: 10px;
color: #FF147E;
margin: 20px;
padding: 30px;
page-break-inside: avoid;
text-align: left;
white-space: pre-wrap;
font-family: Monaco,Menlo,Consolas,'Courier New',monospace;
}
</style>
</head><body><pre><br>请求的接口为:获取期货资产信息<br><br>Array
(
[fee] => 0
[totalProfitLoss] => 0
[profitLoss] => 0
[totalFee] => 0
[riskRate] => 0%
[status] => 0
[dynamicRights] => 0
[staticRights] => 0
[margin] => 0
[availableMargin] => 0
[holdProfitLoss] => 0
[usedMargin] => 0
[frozenMargin] => 0
)
</pre>
<style>
pre {
background: none repeat scroll 0 0 #333;
border-radius: 10px;
color: #FF147E;
margin: 20px;
padding: 30px;
page-break-inside: avoid;
text-align: left;
white-space: pre-wrap;
font-family: Monaco,Menlo,Consolas,'Courier New',monospace;
}
</style>
<pre><br>请求的接口为:获取用户持仓记录<br><br>Array
(
[week] => Array
(
)
)
</pre>
<style>
pre {
background: none repeat scroll 0 0 #333;
border-radius: 10px;
color: #FF147E;
margin: 20px;
padding: 30px;
page-break-inside: avoid;
text-align: left;
white-space: pre-wrap;
font-family: Monaco,Menlo,Consolas,'Courier New',monospace;
}
</style>
<pre><br>请求的接口为:获取用户持仓记录(汇总)<br><br>Array
(
[week] => Array
(
)
)
</pre>
<style>
pre {
background: none repeat scroll 0 0 #333;
border-radius: 10px;
color: #FF147E;
margin: 20px;
padding: 30px;
page-break-inside: avoid;
text-align: left;
white-space: pre-wrap;
font-family: Monaco,Menlo,Consolas,'Courier New',monospace;
}
</style>
<pre><br>请求的接口为:获取所有正在进行的委托<br><br>Array
(
[week] => Array
(
)
)
</pre>
<style>
pre {
background: none repeat scroll 0 0 #333;
border-radius: 10px;
color: #FF147E;
margin: 20px;
padding: 30px;
page-break-inside: avoid;
text-align: left;
white-space: pre-wrap;
font-family: Monaco,Menlo,Consolas,'Courier New',monospace;
}
</style>
<pre><br>请求的接口为:委托单详情<br><br>Array
(
[message] => 订单不存在
[code] => 26
)
</pre>
<style>
pre {
background: none repeat scroll 0 0 #333;
border-radius: 10px;
color: #FF147E;
margin: 20px;
padding: 30px;
page-break-inside: avoid;
text-align: left;
white-space: pre-wrap;
font-family: Monaco,Menlo,Consolas,'Courier New',monospace;
}
</style>
<pre><br>请求的接口为:下委托单<br><br>Array
(
[message] => 余额不足
[code] => 32
)
</pre>
<style>
pre {
background: none repeat scroll 0 0 #333;
border-radius: 10px;
color: #FF147E;
margin: 20px;
padding: 30px;
page-break-inside: avoid;
text-align: left;
white-space: pre-wrap;
font-family: Monaco,Menlo,Consolas,'Courier New',monospace;
}
</style>
<pre><br>请求的接口为:取消订单<br><br>Array
(
[message] => 订单不存在
[code] => 26
)
</pre></body></html>