Click here to Skip to main content
15,896,526 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
struct Inputstring
{
string Symbols;
string Exchange;
string Ordertype;
string Clientid;
string procli;
double Price;
int Qty;
int Expiry;

AmiVar Result;
};

tcpClient.sendToServer(ins);
Posted
Comments
CPallini 4-Jun-13 8:54am    
There is no question at all!
Ioan-Alexandru 1-Aug-13 6:48am    
and the question is?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900