Skip to content

Commit

Permalink
fixed white lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Dekkers committed May 8, 2023
1 parent 4381385 commit cf6a6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roboquant/src/main/kotlin/org/roboquant/common/Asset.kt
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ data class Asset(

}


/**
* Return the value of the asset given the provided [size] and [price]. The calculation takes the [multiplier]
* of the asset into account.
Expand All @@ -168,6 +167,7 @@ data class Asset(
return symbol.compareTo(other.symbol)
}


/**
* Return the contract size for a given [amount] and [price]. The provided amount and price should be denoted in
* the currency of the asset. When rounding is required, this method will always round down.
Expand Down

0 comments on commit cf6a6b3

Please sign in to comment.