C# Class Next.Dtos.InstrumentDescriptor

Mostra file Open project: JohanLarsson/Next Class Usage Examples

Public Methods

Method 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 method

public Equals ( InstrumentDescriptor other ) : bool
other InstrumentDescriptor
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

InstrumentDescriptor() public method

InstrumentDescriptor() public method

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

InstrumentDescriptor() public method

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

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool