investments
Helps you with managing your investments
파일 탐색기
최종 버전 다운로드 (.zip)- release.yml
- test.yml
- check-binary
- configure-build-target
- settings.json
- analyse-command.png
- backtest-command.png
- filled-tax-statement.png
- ib-custom-activity-statement-parameters.png
- ib-trade-confirmation-parameters.png
- rebalance-command.png
- show-command.png
- simulate-sell-command.png
- tax-statement-command.png
- brokers.md
- config-example.yaml
- install.md
- quotes.md
- rebalancing.md
- taxes.md
- down.sql
- up.sql
- down.sql
- up.sql
- down.sql
- up.sql
- down.sql
- up.sql
- down.sql
- up.sql
- benchmark.rs
- config.rs
- deposit.rs
- mod.rs
- stock.rs
- mod.rs
- performance.rs
- analyser.rs
- config.rs
- instrument_view.rs
- mod.rs
- statistics.rs
- types.rs
- inflation.rs
- mod.rs
- sell_simulation.rs
- action.rs
- mod.rs
- parser.rs
- positions.rs
- assets.rs
- cash_flow.rs
- common.rs
- mod.rs
- period.rs
- securities.rs
- trades.rs
- balance.rs
- common.rs
- dividends.rs
- mod.rs
- open_positions.rs
- parser.rs
- security_info.rs
- transactions.rs
- empty-trade-confirmation.csv
- cash.rs
- cash_flows.rs
- common.rs
- confirmation.rs
- corporate_actions.rs
- dividends.rs
- fees.rs
- grants.rs
- instruments.rs
- interest.rs
- mod.rs
- sections.rs
- summary.rs
- taxes.rs
- trades.rs
- assets.rs
- cash_flows.rs
- common.rs
- corporate_actions.rs
- forex.rs
- mod.rs
- securities.rs
- trades.rs
- cash_assets.rs
- cash_flows.rs
- common.rs
- mod.rs
- open_positions.rs
- trades.rs
- common.rs
- mod.rs
- config.rs
- mod.rs
- assets.rs
- cash_assets.rs
- cash_flow.rs
- common.rs
- mod.rs
- period.rs
- securities.rs
- trades.rs
- assets.rs
- cash_assets.rs
- common.rs
- foreign_income.rs
- mod.rs
- period.rs
- securities.rs
- trades.rs
- cash_flows.rs
- corporate_actions.rs
- dividends.rs
- fees.rs
- grants.rs
- interest.rs
- merging.rs
- mod.rs
- partial.rs
- payments.rs
- reader.rs
- remapping.rs
- taxes.rs
- trades.rs
- validators.rs
- bcs.rs
- ib.rs
- mod.rs
- open.rs
- sber.rs
- tbank.rs
- config.rs
- mod.rs
- calculator.rs
- comparator.rs
- config.rs
- mapper.rs
- mod.rs
- builders.rs
- mod.rs
- cash.rs
- converter.rs
- mod.rs
- multi.rs
- name_cache.rs
- rate_cache.rs
- mod.rs
- models.rs
- schema.rs
- config.rs
- mod.rs
- mod.rs
- parser.rs
- table.rs
- util.rs
- lib.rs
- .gitignore
- Cargo.lock
- Cargo.toml
- cell.rs
- mod.rs
- parser.rs
- sheet.rs
- table.rs
- util.rs
- mod.rs
- xml.rs
- lib.rs
- .gitignore
- Cargo.lock
- Cargo.toml
- mod.rs
- table.rs
- backfilling.rs
- config.rs
- mod.rs
- mod.rs
- russian_trusted_root_ca.crt
- http.rs
- mod.rs
- asset_allocation.rs
- assets.rs
- config.rs
- formatting.rs
- mod.rs
- rebalancing.rs
- deposits.xlsx
- deposits.rs
- mod.rs
- api.rs
- auth.rs
- google.api.rs
- mod.rs
- specs
- tinkoff.public.invest.api.contract.v1.rs
- trace.rs
- finex.xlsx
- moex-closed.xml
- moex-empty.xml
- moex-historical-fxus-end.json
- moex-historical-fxus-start.json
- moex-instrument-fxrb.json
- moex-instrument-fxus.json
- moex-instrument-missing.json
- moex-open.xml
- moex-opening.xml
- moex.xml
- adapter.rs
- alphavantage.rs
- cache.rs
- common.rs
- custom_provider.rs
- fcsapi.rs
- finex.rs
- finnhub.rs
- mod.rs
- moex.rs
- static_provider.rs
- stooq.rs
- twelvedata.rs
- empty.de5
- filled.de5
- countries.rs
- encoding.rs
- foreign_income.rs
- mod.rs
- dividends.rs
- interest.rs
- mod.rs
- tax_agent.rs
- trades.rs
- calculator.rs
- long_term_ownership.rs
- mod.rs
- net_calculator.rs
- payment_day.rs
- rates.rs
- remapping.rs
- date.rs
- mod.rs
- month.rs
- parsing.rs
- period.rs
- config.rs
- core.rs
- exchanges.rs
- forex.rs
- instruments.rs
- lib.rs
- localities.rs
- proto.rs
- rate_limiter.rs
- telemetry.rs
- trades.rs
- types.rs
- util.rs
- basiclog.rs
- cli.rs
- main.rs
- report.rs
- util.rs
- builder.rs
- builder_tests.rs
- counts.rs
- diff.rs
- mod.rs
- parse.rs
- process.rs
- test.rs
- test_builder.rs
- lib.rs
- util.rs
- xerror.rs
- Cargo.toml
- README.md
- generate
- generate.rs
- investments
- rt.rt
- run
- test-tax-statement
- update
- .env
- .gitignore
- .gitmodules
- build.rs
- bump
- Cargo.lock
- Cargo.toml
- check
- configure-devel-database
- diesel.toml
- full-check
- install.dockerfile
- publish
- README.md
- testdata
- upgrade
- upgrade-subpackages
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/KonishchevDmitry/investments
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd investments
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Rust
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Rust (rustup) rustup으로 설치하면 cargo도 함께 설치됩니다.
cargo build --release
Rust 프로젝트를 컴파일합니다.
cargo run
빌드 후 바로 실행까지 진행합니다.
cargo build가 에러 없이 끝나면 성공입니다. target/ 폴더에 실행 파일이 생성됩니다.
// repository documentation
Was this content helpful?
(0 ratings)
