Gateways
Last updated
Was this helpful?
Last updated
Was this helpful?
The gateways form one of the primary tables for it holds the gateway credentials, IP and port information for each gateway present in the system. In the event of a trade, this table is pre-mapped with the Plaform and GatewayType tables that defines the flow of information through the respective gateway.
The fields for the Gateway table are:
Table Name: Gateways
Column Name
Data Type
Valid Values
Allow Nulls
Description
PK_GatewayID
int identity
No
This field consists of unique IDs of the gateway through which the trade occurs.
Login
varchar
No
The field has login information for each gateway.
Password
varchar
No
The field contains password corresponding to the Login ID.
FK_Platform
int
No
This field contains the Platform ID and is linked with the table.
FK_GatewayType
int
No
This field contains the gateway type information and is linked with the table.
LastUpdatedTime
datetime
(getutcdate())
No
The time when the last update took place.
IP
varchar
No
The information of the IP with which the connection needs to be established.
port
int
No
The information of the port with which the connection needs to be established.
tcpClientPort
int
Yes