Browse Source

Edit payout_curve::calculate docstring

Doc-tests are unhappy.
refactor/no-log-handler
Lucas Soriano del Pino 3 years ago
parent
commit
641819bfb3
No known key found for this signature in database GPG Key ID: EE611E973A1530E7
  1. 10
      daemon/src/payout_curve.rs

10
daemon/src/payout_curve.rs

@ -19,13 +19,7 @@ mod curve_factory;
mod splineobject; mod splineobject;
mod utils; mod utils;
/// function to generate an iterator of values, heuristically viewed as: /// Generate a list of [`Payout`]s.
///
/// `[left_price_boundary, right_price_boundary], maker_payout_value`
///
/// with units
///
/// `[Usd, Usd], bitcoin::Amount`
/// ///
/// A key item to note is that although the POC logic has been to imposed /// A key item to note is that although the POC logic has been to imposed
/// that maker goes short every time, there is no reason to make the math /// that maker goes short every time, there is no reason to make the math
@ -39,7 +33,7 @@ mod utils;
/// in the call to PayoutCurve::new(), so this behaviour can be changed in /// in the call to PayoutCurve::new(), so this behaviour can be changed in
/// the future trivially. /// the future trivially.
/// ///
/// ### Paramters /// ### Parameters
/// ///
/// * price: BTC-USD exchange rate used to create CFD contract /// * price: BTC-USD exchange rate used to create CFD contract
/// * quantity: Interger number of one-dollar USD contracts contained in the /// * quantity: Interger number of one-dollar USD contracts contained in the

Loading…
Cancel
Save