question

Upvotes
Accepted
1 0 0 1

"Settlement ability confirm" tag in Rediplus vba order entry code

Hi,

Do you have the piece of Excel vba code that will check the “settlement ability confirmed” checkbox below:

Compatible with this piece of code:

hOrder.symbol = “6060.HK

hOrder.Exchange = “GSCC DMA”

hOrder.quantity = 100

so should probably be something like:

hOrder.settlementabilityconfirm = True

Obviously this example doesn’t work.

Any help would be appreciated.

Thanks!

redi-api
redi.jpg (22.2 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
Accepted
410 1 1 3

This particular field is supported for Japanese stocks only. It's required for some broker flows, so we recommend checking with your broker if these instructions are needed.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
410 1 1 3

Hi @alexis.rementeria,

We're checking...will come back ASAP.

-Brian

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
410 1 1 3

Hi @alexis.rementeria,

Try:

hOrder.ShortVerbiage = 1

This is supported for Japanese equity short sells.

Once this is set, the Locate Broker and Locate fields in Message Monitor will be populated.

-Brian

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
1 0 0 1

Hi Brian,

Thanks, but that line of code does not work. We need to check that box for Hong Kong stocks but when I sent orders with it the box is not checked:


redi.jpg (62.7 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hello @Brian.Mullane,

Could you please take another look, do not think they are looking for Locate Broker and Locate Fields, rather they are looking for "settlement ability confirm" checkbox to be set, does not appear to be the same.

Upvotes
410 1 1 3

@zoya.farberov I spoke with @alexis.rementeria offline. I believe this is sorted out now.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hi @Brian.Mullane.

This is great!

Is it possible to share the solution with the community so that it can potentially save time for other developers with similar questions questions?

Thanks!

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.