Show / Hide Table of Contents

Class FillProfile

Inheritance
object
FillProfile
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 FillProfile

Constructors

FillProfile(Instrument)

Declaration
public FillProfile(Instrument instrument)
Parameters
Type Name Description
Instrument instrument

Properties

Account

Declaration
public Account Account { get; set; }
Property Value
Type Description
Account

BuySell

Declaration
public BuySell BuySell { get; set; }
Property Value
Type Description
BuySell

Instrument

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

MarketId

Declaration
public MarketId MarketId { get; set; }
Property Value
Type Description
MarketId

Price

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

Quantity

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

TextTT

Declaration
public string TextTT { get; set; }
Property Value
Type Description
string

User

Declaration
public SDKUser User { get; set; }
Property Value
Type Description
SDKUser
In this article
Back to top