Construct a fee rate from a fee in satoshis and a vsize in vB.
Declared in <policy/feerate.h>
<policy/feerate.h>
CFeeRate( CAmount const& nFeePaid, int32_t virtual_bytes);
Passing any virtual_bytes less than or equal to 0 will result in 0 fee rate per 0 size.