AviQuote constructor

AviQuote()

Implementation

AviQuote()
{
  cost = 0;
  route = null;
}