CQG API 4.0 - Revised
CreateStrategyQuoteRequest Method
See Also  Send Feedback
Account

Account that should be used to make the request for quotes (RFQ)

Symbol
Symbol name for which the quotes are requested. For example, UDS(C.US.CLEK175050-C.US.CLEK175100, BullC)
CQGCEL Interface : CreateStrategyQuoteRequest Method

Glossary Item Box

Description

Creates a new CQGStrategyQuoteRequest object

Syntax

Visual Basic
Public Function CreateStrategyQuoteRequest( _
   ByVal Account As CQGAccount, _
   ByVal Symbol As String _
) As CQGStrategyQuoteRequest

Parameters

Account

Account that should be used to make the request for quotes (RFQ)

Symbol
Symbol name for which the quotes are requested. For example, UDS(C.US.CLEK175050-C.US.CLEK175100, BullC)

See Also