Skip to content

Commit

Permalink
#update
Browse files Browse the repository at this point in the history
  • Loading branch information
yutiansut committed Dec 2, 2019
1 parent 50eb444 commit 31d42b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,15 @@ extern crate ndarray;
extern crate chrono;
use chrono::prelude::*;
use ndarray::array;
use ndarray::{ArrayD, ArrayViewD, ArrayViewMutD};
// use ndarray::{ArrayD, ArrayViewD, ArrayViewMutD};



fn main() {
//qamongo::query::query_account("192.168.2.24".to_string(), "288870".to_string());
//eventmq::mqbase::connect_mq("192.168.2.24".to_string(), "test".to_string(), "test".to_string(), "thisisQUANTAXIS".to_string());
qawebsockets::websocketclient::wsmain("ws:https://101.132.37.31:7988".to_string());
qawebsockets::websocketclient::wsmain(
"ws:https://101.132.37.31:7988".to_string());
test_ndarray();
test_datetime();
test_timeseries();
Expand Down

0 comments on commit 31d42b8

Please sign in to comment.