|
@ -269,8 +269,13 @@ class WebSocketClass { |
|
|
event: event, |
|
|
event: event, |
|
|
type: type, |
|
|
type: type, |
|
|
id: this.id, |
|
|
id: this.id, |
|
|
channel: channel |
|
|
channel: channel, |
|
|
}; |
|
|
|
|
|
|
|
|
}; |
|
|
|
|
|
if('pairsgroup'===type){ |
|
|
|
|
|
data.model='contract' |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
if (date) { |
|
|
if (date) { |
|
|
data.fromDate = date.fromDate |
|
|
data.fromDate = date.fromDate |
|
|
data.toDate = date.toDate |
|
|
data.toDate = date.toDate |
|
|