- 1
- 2
- 3
public Entry(int id, double nearBid, double nearAsk, double traderNearBid, double traderNearAsk, double farBid, double farAsk, double traderFarBid, double traderFarAsk, double spotBid, double spotAsk, double traderSpotBid, double traderSpotAsk, double nearPointsBid, double nearPointsAsk, double traderNearPointsBid, double traderNearPointsAsk, double farPointsBid, double farPointsAsk, double traderFarPointsBid, double traderFarPointsAsk, double swapPointsBid, double swapPointsAsk, double traderSwapPointsBid, double traderSwapPointsAsk, Set<Status> statusesBid, Set<Status> statusesAsk, double amount, double farAmount, double spotAmount, double availableSpotAmountBid, double availableSpotAmountAsk, double maxSpotAmountBid, double maxSpotAmountAsk, double availableFwdAmountBid, double availableFwdAmountAsk, double maxFwdAmountBid, double maxFwdAmountAsk, double availableFarAmountBid, double availableFarAmountAsk, double maxFarAmountBid, double maxFarAmountAsk, double availableAmountBid, double availableAmountAsk, double nearBasisPointSpread, double farBasisPointSpread, String tenor, LocalDate valueDate, String farTenor, LocalDate farValueDate, String fwdRiskBook, long fwdAlerts, int fwdDecimals, double fwdPrecision, double fwdTolerance, boolean spotSideInverted, boolean roundSwap, boolean zeroNpvSwap, boolean farAmountZeroNpvCalculated, double leftCcyNearDiscountFactor, double leftCcyFarDiscountFactor, double rightCcyNearDiscountFactor, double rightCcyFarDiscountFactor, double nearFarmResidualAmountBid, double nearFarmResidualAmountAsk, double nearFarmPointsBid, double nearFarmPointsAsk, double farFarmResidualAmountBid, double farFarmResidualAmountAsk, double farFarmPointsBid, double farFarmPointsAsk, String farmBook, OnshoreCrossRiskDetailsEntry onshoreCrossRiskDetails, double adjustedSwapPoints) {
this(id, nearBid, nearAsk, traderNearBid, traderNearAsk, farBid, farAsk, traderFarBid, traderFarAsk, spotBid, spotAsk, traderSpotBid, traderSpotAsk, nearPointsBid, nearPointsAsk, traderNearPointsBid, traderNearPointsAsk, farPointsBid, farPointsAsk, traderFarPointsBid, traderFarPointsAsk, swapPointsBid, swapPointsAsk, traderSwapPointsBid, traderSwapPointsAsk, statusesBid, statusesAsk, amount, farAmount, spotAmount, availableSpotAmountBid, availableSpotAmountAsk, maxSpotAmountBid, maxSpotAmountAsk, availableFwdAmountBid, availableFwdAmountAsk, maxFwdAmountBid, maxFwdAmountAsk, availableFarAmountBid, availableFarAmountAsk, maxFarAmountBid, maxFarAmountAsk, availableAmountBid, availableAmountAsk, nearBasisPointSpread, farBasisPointSpread, tenor, valueDate, farTenor, farValueDate, fwdRiskBook, fwdAlerts, fwdDecimals, fwdPrecision, fwdTolerance, spotSideInverted, false, roundSwap, zeroNpvSwap, farAmountZeroNpvCalculated, leftCcyNearDiscountFactor, leftCcyFarDiscountFactor, rightCcyNearDiscountFactor, rightCcyFarDiscountFactor, nearFarmResidualAmountBid, nearFarmResidualAmountAsk, nearFarmPointsBid, nearFarmPointsAsk, farFarmResidualAmountBid, farFarmResidualAmountAsk, farFarmPointsBid, farFarmPointsAsk, farmBook, onshoreCrossRiskDetails, adjustedSwapPoints, -1, -1, null);
}
gost 30.10.2015 16:14 # +2
inkanus-gray 30.10.2015 16:53 # −1
Fike 31.10.2015 17:28 # +3
3_dar 31.10.2015 21:54 # 0
gost 01.11.2015 14:40 # +2
bormand 01.11.2015 14:50 # 0
Stallman 01.11.2015 14:55 # +5
1024-- 01.11.2015 15:18 # +3
inkanus-gray 01.11.2015 21:57 # +3
http://iconosquare.com/p/1034453548706421452_36199725
kegdan 17.03.2016 14:29 # +1
I believe that the heart does go on...
простите за некрофилию, не смог удержаться
_inpu_ 17.03.2016 14:00 # 0
roman-kashitsyn 01.11.2015 19:10 # +3
bormand 01.11.2015 19:19 # +1
gost 01.11.2015 20:14 # +2
...
The number of method parameters is limited to 255 by the definition of a method descriptor (§4.3.3), where the limit includes one unit for this in the case of instance or interface method invocations.
https://docs.oracle.com/javase/specs/jvms/se7/html/jvms-4.html#jvms-4.11
gost 01.11.2015 20:17 # +1
A method descriptor is valid only if it represents method parameters with a total length of 255 or less, where that length includes the contribution for this in the case of instance or interface method invocations.
The total length is calculated by summing the contributions of the individual parameters, where a parameter of type long or double contributes two units to the length and a parameter of any other type contributes one unit.