Quotes from Hybrid Solutions VertexFX Trader (VFX)

Quotes from Hybrid Solutions VertexFX Trader (VFX)

Overview

The RTD database contains preconfigured tables for getting real-time data from VertexFX Trader.

The data are updated from the VertexFX DDE server that requires administrator privileges for running RealTimeToDB.

You can disable unusable columns to reduce the server overhead.

The DDE server does not contain an actual data date field.
The DateTime, Date, and Time fields are updated using the PC time adjusted to the table time zone (Eastern Standard Time).

Real-Time Data Tables

Table Configurations

Microsoft SQL Server and Microsoft SQL Server Compact:

TABLE_SCHEMATABLE_NAMELOAD_CODEIS_HISTORY
rtdQuoteListVFX
rtdQuotesVFXSELECT Code FROM rtd.QuoteListVFX
rtdQuoteDayHistoryVFXSELECT Code FROM rtd.QuoteListVFX
rtdQuoteTimeHistoryVFXSELECT Code FROM rtd.QuoteListVFX
rtdQuoteTickHistoryVFXSELECT Code FROM rtd.QuoteListVFX1

MySQL, MariaDB, and PostgreSQL:

TABLE_SCHEMATABLE_NAMELOAD_CODEIS_HISTORY
rtdquote_list_vfx
rtdquotes_vfxSELECT CODE FROM rtd.quote_list_vfx
rtdquote_day_history_vfxSELECT CODE FROM rtd.quote_list_vfx
rtdquote_time_history_vfxSELECT CODE FROM rtd.quote_list_vfx
rtdquote_tick_history_vfxSELECT CODE FROM rtd.quote_list_vfx1

Oracle Database, IBM DB2, and NuoDB:

TABLE_SCHEMATABLE_NAMELOAD_CODEIS_HISTORY
RTDQUOTE_LIST_VFX
RTDQUOTES_VFXSELECT CODE FROM RTD.QUOTE_LIST_VFX
RTDQUOTE_DAY_HISTORY_VFXSELECT CODE FROM RTD.QUOTE_LIST_VFX
RTDQUOTE_TIME_HISTORY_VFXSELECT CODE FROM RTD.QUOTE_LIST_VFX
RTDQUOTE_TICK_HISTORY_VFXSELECT CODE FROM RTD.QUOTE_LIST_VFX1

* Click on the table name to go to the table description.

Task Table Examples

rtd.QuoteListVFX for Microsoft SQL Server and Microsoft SQL Server Compact:

Code
EUR_USD
GBP_USD
USD_CHF
USD_JPY

rtd.quote_list_vfx for MySQL, MariaDB, Oracle Database, IBM DB2, NuoDB, and PostgreSQL:

CODE
EUR_USD
GBP_USD
USD_CHF
USD_JPY

Primary Key Columns

Microsoft SQL Server and Microsoft SQL Server Compact:

TABLE_SCHEMATABLE_NAMECOLUMN_NAMERTD_FORMULACOMMENT
rtdQuotesVFXCodeFormula
rtdQuotesVFXSymbol=VFX|Name![Code]PK
rtdQuoteDayHistoryVFXCodeFormula
rtdQuoteDayHistoryVFXSymbol=VFX|Name![Code]PK
rtdQuoteDayHistoryVFXDate=Date()PK
rtdQuoteTimeHistoryVFXCodeFormula
rtdQuoteTimeHistoryVFXSymbol=VFX|Name![Code]PK
rtdQuoteTimeHistoryVFXDate=Date()PK
rtdQuoteTimeHistoryVFXTime=VFX|Time![Code]PK
rtdQuoteTickHistoryVFXCodeFormula
rtdQuoteTickHistoryVFXIDPK, IDENTITY

MySQL, MariaDB, and PostgreSQL:

TABLE_SCHEMATABLE_NAMECOLUMN_NAMERTD_FORMULACOMMENT
rtdquotes_vfxCODEFormula
rtdquotes_vfxSYMBOL=VFX|Name![CODE]PK
rtdquote_day_history_vfxCODEFormula
rtdquote_day_history_vfxSYMBOL=VFX|Name![CODE]PK
rtdquote_day_history_vfxDATE=Date()PK
rtdquote_time_history_vfxCODEFormula
rtdquote_time_history_vfxSYMBOL=VFX|Name![CODE]PK
rtdquote_time_history_vfxDATE=Date()PK
rtdquote_time_history_vfxTIME=VFX|Time![CODE]PK
rtdquote_tick_history_vfxCODEFormula
rtdquote_tick_history_vfxIDPK, IDENTITY

Oracle Database, IBM DB2, and NuoDB:

TABLE_SCHEMATABLE_NAMECOLUMN_NAMERTD_FORMULACOMMENT
RTDQUOTES_VFXCODEFormula
RTDQUOTES_VFXSYMBOL=VFX|Name![CODE]PK
RTDQUOTE_DAY_HISTORY_VFXCODEFormula
RTDQUOTE_DAY_HISTORY_VFXSYMBOL=VFX|Name![CODE]PK
RTDQUOTE_DAY_HISTORY_VFXDATE=Date()PK
RTDQUOTE_TICK_HISTORY_VFXCODEFormula
RTDQUOTE_TICK_HISTORY_VFXIDPK, IDENTITY
RTDQUOTE_TIME_HISTORY_VFXCODEFormula
RTDQUOTE_TIME_HISTORY_VFXSYMBOL=VFX|Name![CODE]PK
RTDQUOTE_TIME_HISTORY_VFXDATE=Date()PK
RTDQUOTE_TIME_HISTORY_VFXTIME=VFX|Time![CODE]PK

Real-Time Formulas for Microsoft SQL Server and Microsoft SQL Server Compact

rtd.QuotesVFX

The table contains the last data values of currency pairs and futures from VertexFX Trader.

COLUMN_NAMERTD_FORMULACOMMENT
CodeFormula
Symbol=VFX|Name![Code]PK
Date=Date()
Time=VFX|Time![Code]
Bid=VFX|Bid![Code]
Ask=VFX|Ask![Code]
Open=VFX|OpenPrice![Code]
High=VFX|High![Code]
Low=VFX|Low![Code]
Close=VFX|ClosePrice![Code]
Change=VFX|NetChange![Code]
PercentChange=VFX|PercentChange![Code]
LastUpdateTimeStamp

rtd.QuoteDayHistoryVFX

The table contains day data history of currency pairs and futures from VertexFX Trader.

COLUMN_NAMERTD_FORMULACOMMENT
CodeFormula
Symbol=VFX|Name![Code]PK
Date=Date()PK
Time=VFX|Time![Code]
Bid=VFX|Bid![Code]
Ask=VFX|Ask![Code]
Open=VFX|OpenPrice![Code]
High=VFX|High![Code]
Low=VFX|Low![Code]
Close=VFX|ClosePrice![Code]
Change=VFX|NetChange![Code]
PercentChange=VFX|PercentChange![Code]
LastUpdateTimeStamp

rtd.QuoteTimeHistoryVFX

The table contains time data history of currency pairs and futures from VertexFX Trader.

COLUMN_NAMERTD_FORMULACOMMENT
CodeFormula
Symbol=VFX|Name![Code]PK
Date=Date()PK
Time=VFX|Time![Code]PK
Bid=VFX|Bid![Code]
Ask=VFX|Ask![Code]
Open=VFX|OpenPrice![Code]
High=VFX|High![Code]
Low=VFX|Low![Code]
Close=VFX|ClosePrice![Code]
Change=VFX|NetChange![Code]
PercentChange=VFX|PercentChange![Code]
LastUpdateTimeStamp

rtd.QuoteTickHistoryVFX

The table contains tick data history of currency pairs and futures from VertexFX Trader.

COLUMN_NAMERTD_FORMULACOMMENT
CodeFormula
IDPK, IDENTITY
Symbol=VFX|Name![Code]
Date=Date()
Time=VFX|Time![Code]
Bid=VFX|Bid![Code]
Ask=VFX|Ask![Code]
Open=VFX|OpenPrice![Code]
High=VFX|High![Code]
Low=VFX|Low![Code]
Close=VFX|ClosePrice![Code]
Change=VFX|NetChange![Code]
PercentChange=VFX|PercentChange![Code]

Real-Time Formulas for MySQL, MariaDB, Oracle Database, IBM DB2, NuoDB, and PostgreSQL

rtd.quotes_vfx

The table contains the last data values of currency pairs and futures from VertexFX Trader.

COLUMN_NAMERTD_FORMULACOMMENT
CODEFormula
SYMBOL=VFX|Name![CODE]PK
DATE=Date()
TIME=VFX|Time![CODE]
BID=VFX|Bid![CODE]
ASK=VFX|Ask![CODE]
OPEN=VFX|OpenPrice![CODE]
HIGH=VFX|High![CODE]
LOW=VFX|Low![CODE]
CLOSE=VFX|ClosePrice![CODE]
CHANGE=VFX|NetChange![CODE]
PERCENT_CHANGE=VFX|PercentChange![CODE]
LAST_UPDATE_TIMESTAMP

rtd.quote_day_history_vfx

The table contains day data history of currency pairs and futures from VertexFX Trader.

COLUMN_NAMERTD_FORMULACOMMENT
CODEFormula
SYMBOL=VFX|Name![CODE]PK
DATE=Date()PK
TIME=VFX|Time![CODE]
BID=VFX|Bid![CODE]
ASK=VFX|Ask![CODE]
OPEN=VFX|OpenPrice![CODE]
HIGH=VFX|High![CODE]
LOW=VFX|Low![CODE]
CLOSE=VFX|ClosePrice![CODE]
CHANGE=VFX|NetChange![CODE]
PERCENT_CHANGE=VFX|PercentChange![CODE]
LAST_UPDATE_TIMESTAMP

rtd.quote_time_history_vfx

The table contains time data history of currency pairs and futures from VertexFX Trader.

COLUMN_NAMERTD_FORMULACOMMENT
CODEFormula
SYMBOL=VFX|Name![CODE]PK
DATE=Date()PK
TIME=VFX|Time![CODE]PK
BID=VFX|Bid![CODE]
ASK=VFX|Ask![CODE]
OPEN=VFX|OpenPrice![CODE]
HIGH=VFX|High![CODE]
LOW=VFX|Low![CODE]
CLOSE=VFX|ClosePrice![CODE]
CHANGE=VFX|NetChange![CODE]
PERCENT_CHANGE=VFX|PercentChange![CODE]
LAST_UPDATE_TIMESTAMP

rtd.quote_tick_history_vfx

The table contains tick data history of currency pairs and futures from VertexFX Trader.

COLUMN_NAMERTD_FORMULACOMMENT
CODEFormula
IDPK, IDENTITY
SYMBOL=VFX|Name![CODE]
DATE=Date()
TIME=VFX|Time![CODE]
BID=VFX|Bid![CODE]
ASK=VFX|Ask![CODE]
OPEN=VFX|OpenPrice![CODE]
HIGH=VFX|High![CODE]
LOW=VFX|Low![CODE]
CLOSE=VFX|ClosePrice![CODE]
CHANGE=VFX|NetChange![CODE]
PERCENT_CHANGE=VFX|PercentChange![CODE]