Show / Hide Table of Contents

Struct RequestForQuoteData

A request for quote data.

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public struct RequestForQuoteData

Fields

Empty

Declaration
public static RequestForQuoteData Empty
Field Value
Type Description
RequestForQuoteData

Properties

Instrument

Gets the instrument.

Declaration
public Instrument Instrument { get; }
Property Value
Type Description
Instrument

The instrument.

Price

Gets the trade price.

Declaration
public Price Price { get; }
Property Value
Type Description
Price

The trade price.

Quantity

Gets the quantity.

Declaration
public Quantity Quantity { get; }
Property Value
Type Description
Quantity

The trade quantity.

QuoteType

Gets a value indicating the quote type.

Declaration
public RFQQuoteType QuoteType { get; }
Property Value
Type Description
RFQQuoteType

Quote type.

Side

Gets a value indicating whether the side of the RFQ.

Declaration
public RFQOrderSide Side { get; }
Property Value
Type Description
RFQOrderSide

Order side.

TimeStamp

Gets the Date/Time of the time stamp.

Declaration
public DateTime TimeStamp { get; }
Property Value
Type Description
DateTime

The time stamp.

Methods

ToString()

Returns a string that represents the current object.

Declaration
public override string ToString()
Returns
Type Description
string

A string that represents the current object.

Overrides
ValueType.ToString()
In this article
Back to top