Ejemplo n.º 1
0
 internal static SecurityPosition sut2()
 {
     return(SecurityPosition.builder().info(PositionInfo.empty()).securityId(SECURITY_ID2).longQuantity(LONG_QUANTITY2).shortQuantity(SHORT_QUANTITY2).build());
 }
Ejemplo n.º 2
0
 //-------------------------------------------------------------------------
 internal static SecurityPosition sut()
 {
     return(SecurityPosition.builder().info(POSITION_INFO).securityId(SECURITY_ID).longQuantity(LONG_QUANTITY).shortQuantity(SHORT_QUANTITY).build());
 }