TakerSessionInfo.SenderCompId Property

[Category(Category.SessionId)] 
[Description("Your ID as associated with this FIX session")] 
public string SenderCompId {get; set;}
This language is not supported or no code example is available.
[Category(Category.SessionId)] 
[Description("Your ID as associated with this FIX session")] 
public:  
property String^ SenderCompId { 
String^ get( ); 
void set( 
String^ value 
); 
}
This language is not supported or no code example is available.
public  
Category(Category.SessionId) 
Description("Your ID as associated with this FIX session") 
function get SenderCompId() : String
public  
Category(Category.SessionId) 
Description("Your ID as associated with this FIX session") 
function set SenderCompId(value : String);
This language is not supported or no code example is available.

Property Value

string

Implements

ITakerSessionInfo.SenderCompId

In this article

Definition