Re: [Quickfix-users] Setting SenderSubID
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2006-01-25 17:26:37
|
order.getHeader().set( sendersubid )
--oren
Marat Molyboga wrote:
> How can I set SenderSubID (tag 50). I tried:
>
> NewOrderSingle order;
> SenderSubID sendersubid = new SenderSubID("SenderSubID");
> order.set(sendersubid);
>
> but I get the following error message at compilation time. It says:
> "The best overloaded method match for
> "QuickFix42.NewOrderSingle.set(QuickFix.ClOrdID)' has some invalid
> arguments" and "Argument '1': cannot convert from
> 'QuickFix.SenderSubID' to 'QuickFix.ClOrdID'
>
> Thanks,
> Marat Molyboga
>
> NOTE: This e-mail and any attachments thereto, is intended only for
> use by the addressee(s) named herein and may contain legally
> privileged and/or confidential information. If you are not the
> intended recipient of this e-mail, you are hereby notified any
> dissemination, distribution or copying of this email, and any
> attachments thereto, is strictly prohibited. If you receive this
> email in error, please immediately notify us by replying to this
> message. You must permanently delete the original e-mail and any
> copies and printouts made thereof. Delivery of this e-mail and any
> attachments to any person other than the intended recipient(s) is not
> intended in any way to waive confidentiality or a privilege. All
> personal messages express views only of the sender and may not be
> copied or distributed.
|