Uses of Class
net.sourceforge.agora.simulator.model.Security

Packages that use Security
net.sourceforge.agora.simulator.control   
net.sourceforge.agora.simulator.model   
 

Uses of Security in net.sourceforge.agora.simulator.control
 

Methods in net.sourceforge.agora.simulator.control that return Security
 Security SecurityDictionary.getRelatedSym2(quickfix.Group group)
          Gets the related sym2.
 Security SecurityDictionary.getSecurityForBusinessObjectID(long securityID)
          Gets the security for business object id.
 Security SecurityDictionary.getSecurityForDefaultSecurityID(java.lang.String securityID)
          Gets the security for default security id.
 Security SecurityDictionary.getSecurityForDefaultSecurityID(java.lang.String securityID, java.lang.String idSource)
          Gets the security for default security id.
 

Methods in net.sourceforge.agora.simulator.control with parameters of type Security
 void SecurityDictionary.addSecurity(Security security)
          Adds the security.
 java.lang.Double YieldCalculator.getPrice(Security fSecurity, double yield, java.util.Date settlementDate, int basis)
          Gets the price.
 quickfix.Group SecurityDictionary.getRelatedSym(Security fSecurity)
          Gets the related sym.
 java.lang.Double YieldCalculator.getYield(Security fSecurity, double price, java.util.Date settlementDate, int basis)
          Gets the yield.
 void SecurityDictionary.removeSecurity(Security security)
          Removes the security.
 void SecurityDictionary.updateSecurity(Security security)
          Update security.
 

Uses of Security in net.sourceforge.agora.simulator.model
 

Methods in net.sourceforge.agora.simulator.model that return Security
 Security SecurityLeg.getLegSecurity()
          Gets the leg security.
 Security SecurityUnderlying.getUnderlyingSecurity()
          Gets the underlying security.
 

Methods in net.sourceforge.agora.simulator.model with parameters of type Security
 void SecurityLeg.setLegSecurity(Security legSecurity)
          Sets the leg security.
 void SecurityUnderlying.setUnderlyingSecurity(Security underlyingSecurity)
          Sets the underlying security.