Uses of Class
org.drip.execution.parameters.AssetFlowSettings
Package | Description |
---|---|
org.drip.execution.athl |
Almgren-Thum-Hauptmann-Li Calibration
|
-
Uses of AssetFlowSettings in org.drip.execution.athl
Methods in org.drip.execution.athl that return AssetFlowSettings Modifier and Type Method Description AssetFlowSettings
DynamicsParameters. assetFlowParameters()
Retrieve the Asset Flow Parameters InstanceAssetFlowSettings
PermanentImpactNoArbitrage. assetFlowParameters()
Retrieve the Asset Flow ParametersAssetFlowSettings
PermanentImpactQuasiArbitrage. assetFlowParameters()
Retrieve the Asset Flow ParametersAssetFlowSettings
TemporaryImpact. assetFlowParameters()
Retrieve the Asset Flow ParametersConstructors in org.drip.execution.athl with parameters of type AssetFlowSettings Constructor Description DynamicsParameters(AssetFlowSettings afp)
DynamicsParameters ConstructorPermanentImpactNoArbitrage(AssetFlowSettings afp)
PermanentImpactNoArbitrage ConstructorPermanentImpactQuasiArbitrage(AssetFlowSettings afp)
PermanentImpactQuasiArbitrage ConstructorTemporaryImpact(AssetFlowSettings afp)
TemporaryImpact Constructor