Type alias OutgoingVelocityPrConf
 
OutgoingVelocityPrConf: {     assetSymbol: AssetSymbol;     intervalInMinutes: number;     shouldIgnoreAssetsWithoutMarketValue: boolean;     velocity: Amount; } 
Type declaration
- 
 
- 
intervalInMinutes: number
 
- 
shouldIgnoreAssetsWithoutMarketValue: boolean
 
-