Здравствуйте, RushDevion, Вы писали:
RD>Для начала было бы неплохо увидеть .NET cигнатуры функций.
//void TRANS2QUIK_TRANSACTION_REPLY_CALLBACK(long nTransactionResult, long nTransactionExtendedErrorCode,
// long nTransactionReplyCode, DWORD dwTransId, double dOrderNum, LPSTR lpstrTransactionReplyMessage)
public delegate void TransactionReplyCallback(QuikResult transactionResult, int errorCode,
int transactionReplyCode, int transID, double orderNum, StringBuilder transactionReplyMsg);