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