Skip to main content

Crown Agent Bank RFQ Connector

Features

rfq-cabConnector Key
Instruments
FX
Order ID Mapper
CUSTOM
Order Status Request
Cancel On Disconnect
Commission
Post Only
Fast Cancel
Fast Replace

Notes

Instrument types

Instrument type in quote requests is defined by SettlementDate, SettlementType properties and by a Product Type.

Product Types

CFI Code(461) is used to specify Product Types:

ValueDescription
SPOTSpot
FORWARDDeliverable Forwards

CFI Code for an instrument can be specified in a Security Metadata stream.

If CFI Code is not provided in the stream, it is set according to the cfiCode property:

Property ValueCFI Code Value
SettlementTypeif request's SettlementType is SP than CFI Code would be SPOT, otherwise FORWARD
SpotSPOT
ForwardFORWARD

Symbology

Currency pairs in BASE/QUOTE format, e.g. EUR/USD, GBP/USD.

Security Metadata stream fields

NameDescription
cabSymbolID of the instrument
cabCfiProduct Type CFI Code

Schedule

PROD/UAT pricing is unavailable daily from 17:05–17:25 EDT, and from 01:00 Saturday to 13:00 Sunday EDT. The FIX session itself remains connected during these windows.

The connector's default schedule covers Monday–Friday 17:00–17:25 and Saturday 01:00–Sunday 13:00.

Configuration

Connector settings

ParameterDefault ValueDescription
usernameUsername
passwordPassword
onBehalfOfUserUsername that was used on Logon
accountDefault account
cfiCodeSettlementTypeDefault CFI Code. Possible values: SettlementType, Spot, Forward. See Product Types section for detailed explanation.
streamName of Timebase stream for quote requests and quotes

Config sample

connectors {
RFQCAB : ${template.connector.rfq.cab} {
settings {
host = "<HOST>"
port = <PORT>

senderCompId = "<SENDER_COMP_ID>"
targetCompId = "<TARGET_COMP_ID>"
onBehalfOfUser = "<ON_BEHALF_OF_USER>"

username = "<USERNAME>"
password = "<PASSWORD>"

account = "<ACCOUNT>"
}
}
}