Re: [Quickfix-developers] Why port is of type short in initiator/acceptor classes
Brought to you by:
orenmnero
From: Miller, O. <OM...@ri...> - 2003-08-22 23:30:36
|
Actually it should be an unsigned short. Even now you can use port = 60000. It will print out as a negative number, but should work ok. In any case, unsigned short is what we want as that is what the socket = api expects. -------------------------- Sent from my BlackBerry Wireless Handheld -----Original Message----- From: Catherine Chiu <cat...@ki...> To: qui...@li... = <qui...@li...> Sent: Thu Aug 21 01:15:19 2003 Subject: [Quickfix-developers] Why port is of type short in = initiator/acceptor classes Hi, =20 I'm new to quickfix and I'm using v1.5 in VC++7, Windows2K. =20 Why port is of type short in initiator/acceptor classes? I have = upcoming testing which will require ports around 60000. Is changing the = source code from short to int the best way? Suggestions are most = welcome. =20 Thanks, Catherine Kim Eng Securities =20 |