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

Packages that use SecurityLeg
net.sourceforge.agora.simulator.model   
 

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

Methods in net.sourceforge.agora.simulator.model that return types with arguments of type SecurityLeg
 java.util.List<SecurityLeg> SecurityDetails.getSecurityLegs()
          Gets the security legs.
 

Method parameters in net.sourceforge.agora.simulator.model with type arguments of type SecurityLeg
 void SecurityDetails.setSecurityLegs(java.util.List<SecurityLeg> securityLegs)
          Sets the security legs.