Show / Hide Table of Contents

Class FillGrpItem

Inheritance
object
FillGrpItem
Implements
IEquatable<FillGrpItem>
IComparable<FillGrpItem>
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public class FillGrpItem : IEquatable<FillGrpItem>, IComparable<FillGrpItem>

Properties

ExchangeTransactionNumber

Declaration
public string ExchangeTransactionNumber { get; }
Property Value
Type Description
string

LiquidityIndicator

Declaration
public int? LiquidityIndicator { get; }
Property Value
Type Description
int?

MatchPrice

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

Quantity

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

TradingVenueTradeIdCode

Declaration
public string TradingVenueTradeIdCode { get; }
Property Value
Type Description
string

UniqueTransactionId

Declaration
public string UniqueTransactionId { get; }
Property Value
Type Description
string

Implements

IEquatable<T>
IComparable<T>
In this article
Back to top