Uses of Class
RFQInfo

Uses of RFQInfo in <Unnamed>
 

Fields in <Unnamed> declared as RFQInfo
 RFQInfo SimpleDemandManager.OrderHandler.rfq
           
 RFQInfo OfferInfo.rfq
           
 

Constructors in <Unnamed> with parameters of type RFQInfo
OfferInfo(int offerID, int quantity, int dueDate, int price, RFQInfo rfq, int index)
           
SimpleDemandManager.OrderHandler(RFQInfo rfq, double profit)