C# Class Next.Dtos.InstrumentDescriptor

Afficher le fichier Open project: JohanLarsson/Next Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( InstrumentDescriptor other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
InstrumentDescriptor ( )
InstrumentDescriptor ( int marketId, string identifier )
InstrumentDescriptor ( string marketId, string identifier )
ToString ( ) : string
operator ( ) : bool

Method Details

Equals() public méthode

public Equals ( InstrumentDescriptor other ) : bool
other InstrumentDescriptor
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

InstrumentDescriptor() public méthode

InstrumentDescriptor() public méthode

public InstrumentDescriptor ( int marketId, string identifier )
marketId int
identifier string

InstrumentDescriptor() public méthode

public InstrumentDescriptor ( string marketId, string identifier )
marketId string
identifier string

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool