API Support Forum
User Profile

Viewing User Profile for: WWood7842


About

Aug 08, 2023 07:47 AM

Sep 12, 2023 07:19 PM

Sep 12, 2023 07:18 PM


It's about time...



Post Statistics
WWood7842 has contributed to 8 posts out of 5593 total posts (0.14%) in 262 days (0.00 posts per day).

20 most recent posts:

API Support » Can I get historical data through FIX API Sep 12, 2023 @ 07:19 PM (Total replies: 1)

Is it possible to get historical market data over the FIX api at Gain Futures?
Thanks
William Wood


API Support » Is there a c++ header for using the GF API Sep 01, 2023 @ 05:30 PM (Total replies: 0)

It seems there are no header files declared in the example code. Can anyone describe what they need to be in order to get functionality from the API examples?
Thanks
-WW
William Wood


FIX Support » Unable to install quickfix on Windows 10 Aug 29, 2023 @ 03:42 PM (Total replies: 0)

I am trying to use Quickfix on a Windows 10 system. Although I may be mistaken, it appears that quickfix has not been supported for several years now. Has anyone had any luck doing this? I have tried using the source code, but it is fraught with errors that seem incompatible with MS visual studio (I am using 2015)
Any insight into this problem would be appreciated.
William Wood


API Support » Trying to compile example Aug 28, 2023 @ 11:58 AM (Total replies: 0)

I am working with the example:

LoginDlg.cpp



when I compile using the command line:

>> g++ LoginDlg.cpp -I D:\PyLibs\windows

I get the following error messages

(note that the included directory on the command line contains stdafx.h)



CppCOMSample.h:7:3: error: #error "include 'stdafx.h' before including this file for PCH"

#error "include 'stdafx.h' before including this file for PCH"

^~~~~

In file included from LoginDlg.cpp:5:

CppCOMSample.h:18:1: error: expected class-name before '{' token

{

^

CppCOMSample.h:28:22: error: expected ';' at end of member declaration

DECLARE_MESSAGE_MAP()

^

;

In file included from LoginDlg.cpp:6:

LoginDlg.h:7:1: error: expected class-name before '{' token

{

^

LoginDlg.h:11:16: error: expected ')' before '*' token

CLoginDlg(CWnd* pParent = NULL); // standard constructor

~ ^

)

LoginDlg.h:16:2: error: 'CString' does not name a type

CString Username() const { return m_Username; }

^~~~~~~

LoginDlg.h:17:2: error: 'CString' does not name a type

CString Password() const { return m_Password; }

^~~~~~~

LoginDlg.h:18:2: error: 'CString' does not name a type

CString Server() const { return m_Server; }

^~~~~~~

LoginDlg.h:21:30: error: 'CDataExchange' has not been declared

virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support

^~~~~~~~~~~~~

LoginDlg.h:25:2: error: 'CString' does not name a type

CString m_Username;

^~~~~~~

LoginDlg.h:26:2: error: 'CString' does not name a type

CString m_Password, m_Server;

^~~~~~~

LoginDlg.cpp:11:30: error: 'CDialog' has not been declared

IMPLEMENT_DYNAMIC(CLoginDlg, CDialog)

^~~~~~~

LoginDlg.cpp:13:1: error: expected constructor, destructor, or type conversion before 'CLoginDlg'

CLoginDlg::CLoginDlg(CWnd* pParent /*=NULL*/)

^~~~~~~~~

LoginDlg.cpp:26:32: error: variable or field 'DoDataExchange' declared void

void CLoginDlg::DoDataExchange(CDataExchange* pDX)

^~~~~~~~~~~~~

LoginDlg.cpp:26:32: error: 'CDataExchange' was not declared in this scope

LoginDlg.cpp:26:47: error: 'pDX' was not declared in this scope

void CLoginDlg::DoDataExchange(CDataExchange* pDX)

^~~

LoginDlg.cpp:35:30: error: 'CDialog' has not been declared

BEGIN_MESSAGE_MAP(CLoginDlg, CDialog)

^~~~~~~

LoginDlg.cpp:36:1: error: expected constructor, destructor, or type conversion before 'END_MESSAGE_MAP'

END_MESSAGE_MAP()

^~~~~~~~~~~~~~~

Thank you
-William Wood
William Wood


FIX Support » Python FIX API Aug 27, 2023 @ 01:57 PM (Total replies: 8)

Hi -
I am trying to install transfixed, and the wheel for quickfix is not working for me. I have tried numerous versions (some downloaded from the UCI website) and none seems to work. I am using a Windows 10 system, with python 3.7
Any ideas?
Thanks