|
From: Colin D. <co...@ma...> - 2019-08-05 13:41:27
|
The strict answer is, no, because there is no primitive unsigned 64-bit integer type in Java. However, you can use the version of QFJ that uses BigDecimals instead of longs. There is no size limit to BigDecimal types, though they aren't primitives in Java, so, there are some differences, particularly with operators. On 8/5/19 4:18 AM, Kodippili Arachchige, Asanka wrote: > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ > > > > Does quickfix/J support unsigned long (UI64) values ? Is there any > workaround I could use for this with existing FIeldTypes ? > > Thanks, > > Kodippili Arachchige Asanka > Associate Tech Lead, MillenniumIT > *LSEG Technology* > > Telephone +94 11 241 6000 Ext _26717_ > Mobile +94 77 9627002 > as...@ls... <mailto:as...@ls...> > > MillenniumIT, No 01, Millennium Drive, Malabe > > *www.lseg.com* <http://www.lseg.com/> > > Description: cid:image001.png@01D37A69.7DB53A20 > > Description: cid:image002.png@01D37A69.7DB53A20 > > Please consider the environment before printing this email. > > ------------------------------------------------------------------------------------------------------------ > > Please read these warnings and restrictions: > > This e-mail transmission is strictly confidential and intended solely > for the ordinary user of the e-mail address to which it was addressed. > It may contain legally privileged and/or CONFIDENTIAL information. > > The unauthorised use, disclosure, distribution and/or copying of this > e-mail or any information it contains is prohibited and could, in > certain circumstances, constitute a criminal offence. > > If you have received this e-mail in error or are not an intended > recipient please inform London Stock Exchange Group (“LSEG”) > immediately by return e-mail or telephone 020 7797 1000. > > LSEG may collect, process and retain your personal information for its > business purposes. For more information please see our Privacy Policy > <https://www.lseg.com/privacy-and-cookie-policy>. > > We advise that in keeping with good computing practice the recipient > of this e-mail should ensure that it is virus free. We do not accept > responsibility for any virus that may be transferred by way of this > e-mail. > > E-mail may be susceptible to data corruption, interception and > unauthorised amendment, and we do not accept liability for any such > corruption, interception or amendment or any consequences thereof. > > Calls to London Stock Exchange Group may be recorded to enable LSEG to > carry out its regulatory responsibilities. > > London Stock Exchange Group plc > > 10 Paternoster Square > London > EC4M 7LS > > Registered in England and Wales No 05369106 > > ------------------------------------------------------------------------------------------------------------ > > > > _______________________________________________ > Quickfixj-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfixj-users -- Colin DuPlantis Chief Architect, Marketcetera Download, Run, Trade 888.868.4884 https://www.marketcetera.com |