Crate positions[][src]

Expand description

A position (finance) definition that has some good algebraic properties.

Re-exports

pub use naive_position::IntoNaivePosition;
pub use naive_position::NaivePosition;
pub use naive_position::ToNaivePosition;
pub use position::normal;
pub use position::position;
pub use position::reversed;
pub use position::Position;
pub use representation::Normal;
pub use representation::Representation;
pub use representation::Reversed;

Modules

Naive position without price representation.

Position with price representation.

Price representation.

Traits

Num trait that is required by position.