TradeInfo.EntryDate Property

Gets or sets the entry date.
public DateTime EntryDate {get; set;}
This language is not supported or no code example is available.
public:  
property DateTime EntryDate { 
DateTime get( ); 
void set( 
DateTime value 
); 
}
This language is not supported or no code example is available.
public function get EntryDate() : DateTime
public function set EntryDate(value : DateTime);
This language is not supported or no code example is available.

Property Value

DateTime

The entry date.

In this article

Definition