Skip to content

Common Rust types and traits for dealing with financial data

Notifications You must be signed in to change notification settings

fourbytes/baseline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Baseline

Overview

Baseline is a Rust crate providing common types and traits for dealing with financial data. SmolStr is used where appropriate for more efficient allocation.

The crate is in early stages and the API is not yet stable.

Current types include:

  • struct security::Identifier { mic, symbol }
  • struct currency::Pair { base, quote }
  • trait bar::OHLC + bar::Volume
  • struct OrderBook<O: Order>
  • trait order_book::Order

About

Common Rust types and traits for dealing with financial data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages