Commit Graph

667 Commits

Author SHA1 Message Date
realaltffour 0620c7b8cc
chnge: params for wait_and_read_branched() in creation.rs 2020-08-19 06:13:14 +03:00
realaltffour 7a990ff89b
remove: message_builder error return 2020-08-19 06:09:02 +03:00
realaltffour 1cd016fce6
use io::Write impl 2020-08-19 05:37:37 +03:00
realaltffour e50a4435d2
add: impl io::Write for TlsConnection 2020-08-18 15:37:55 +03:00
realaltffour 25927f76c9
not a final-stride 2020-08-18 14:22:30 +03:00
realaltffour 65c9d93aec
add: get_asset_data() 2020-08-18 09:36:48 +03:00
realaltffour 57f2cfd9f2
add: get_asset_info() 2020-08-17 10:16:23 +03:00
realaltffour 9b6f7d11a5
fix: warnings in retrieval_transaction.rs 2020-08-17 09:40:34 +03:00
realaltffour 3c9ff8965a
remove unused create_portfolio.rs file 2020-08-16 18:40:51 +03:00
realaltffour 358d1c7c49
add: create_transaction()
- add create_transaction() func
- add it's documentation
- add it's test
- fix issues with normalized database in the create_position()
2020-08-16 18:38:51 +03:00
realaltffour 8ba028a554
normalize database 2020-08-16 18:11:33 +03:00
realaltffour 6803fa5769
add: retrieval_portfolio() 2020-08-16 17:53:06 +03:00
realaltffour 4afea35b39
merge: fix conflicts in CI 2020-08-16 07:44:35 +03:00
realaltffour d9a4203e09
add: create_position()
- add create_position() func
- add it's test
- add it's documentation
2020-08-16 07:42:11 +03:00
realaltffour e95f48258f
fix: CI not building correctly 2020-08-16 07:21:00 +03:00
realaltffour e48de0ab7e
add: create_portfolio()
- add create_portfolio() func
- add it's documentation
- add it's test
2020-08-16 07:12:13 +03:00
realaltffour a3167fe1ea
Merge branch 'final-stride' of github.com:realaltffour/PaperTrader into master 2020-08-15 20:05:31 +03:00
realaltffour 321246b464
end all warning for unused macro imports 2020-08-15 20:04:53 +03:00
realaltffour ba8b134d84
Merge branch 'final-stride' of github.com:realaltffour/PaperTrader into master 2020-08-15 19:54:00 +03:00
realaltffour 50d276430d
add: portfolio retrieval 2020-08-15 19:53:02 +03:00
realaltffour e97893ea3e
add: basic infrastructure for retrieval_portfolio function 2020-08-15 13:34:02 +03:00
realaltffour 6720241395
Merge branch 'final-stride' of github.com:realaltffour/PaperTrader into master 2020-08-14 11:08:01 +03:00
realaltffour 805c488230
chnge: from i64 to f64 for stocks 2020-08-14 11:06:46 +03:00
realaltffour 0ebc30bdb4
fix: hybrid build 2020-08-13 16:55:30 +03:00
realaltffour c090fd31c9
Merge branch 'final-stride' of github.com:realaltffour/PaperTrader into master 2020-08-13 12:55:12 +03:00
realaltffour e2ff101357
fix: all warnings 2020-08-13 12:53:21 +03:00
realaltffour 91f2862740
add: get_user_id() 2020-08-13 12:51:33 +03:00
realaltffour 492ef42db3
Merge branch 'final-stride' of github.com:realaltffour/PaperTrader into master 2020-08-13 12:42:34 +03:00
realaltffour b9d73ee6bd
add: acc_auth() server side 2020-08-13 12:40:29 +03:00
realaltffour b2c6952b4d
add: login_normal() 2020-08-12 09:14:36 +03:00
realaltffour 5ebf00ce0b
fix: creation.rs not using data 2020-08-12 09:14:17 +03:00
realaltffour 3571caa9f3
add: close connection on register() error 2020-08-12 09:13:23 +03:00
realaltffour 50e151e124
add: error handling in user_eixsts() 2020-08-12 09:12:36 +03:00
realaltffour b1de0394fa
chnge: use json for authorization 2020-08-12 09:12:06 +03:00
realaltffour fc847ec96e
add: get_user_hash() 2020-08-12 09:11:29 +03:00
realaltffour 6f1e0e122c
add: get_user_salt() 2020-08-12 09:11:04 +03:00
realaltffour e4b14318f3
add: user_exists() 2020-08-12 08:06:17 +03:00
realaltffour 52202f0d41
add: register() 2020-08-12 06:41:02 +03:00
realaltffour eb82598a1b
ci: add missing argument 2020-08-11 18:02:23 +03:00
realaltffour ab2bc4ff21
ci: add muliple build configurations 2020-08-11 17:58:10 +03:00
realaltffour e6b8c265f5
make hybrid buildable 2020-08-11 17:57:27 +03:00
realaltffour 6493886541
make server buildable 2020-08-11 17:51:11 +03:00
realaltffour 730a6f198a
make client now buildable 2020-08-11 14:49:29 +03:00
realaltffour 0b2f6176c6
minimal libtrader builds 2020-08-11 13:47:29 +03:00
realaltffour b35db43fae
organize common/ 2020-08-11 13:27:25 +03:00
realaltffour 5ce8e86085
rework file hierarchy 2020-08-11 13:16:25 +03:00
realaltffour 858866e557
add: server side account_create() incomplete 2020-08-11 12:38:27 +03:00
realaltffour ef8b6e2d65
add: global global state 2020-08-11 12:09:11 +03:00
realaltffour 696454d893
use features in hashers 2020-08-11 11:29:56 +03:00
realaltffour 79858eace5
doc: add libtrader_init_client() 2020-08-10 17:29:31 +03:00