MakerInitiatorSessionInfo.TargetCompId Property

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

Property Value

string

In this article

Definition