Table of Contents

Class SearchResponse

Namespace
Si.Srp.Models.Greeks.External.API
Assembly
Si.Srp.Models.Greeks.dll

Represents the greek search response

public class SearchResponse
Inheritance
SearchResponse
Inherited Members

Constructors

SearchResponse()

public SearchResponse()

Properties

Diagnostics

Diagnostics about the search

public Diagnostics Diagnostics { get; set; }

Property Value

Diagnostics

Facets

The facets, if requested

public ICollection<Facet> Facets { get; set; }

Property Value

ICollection<Facet>

Result

The greek results

public ICollection<UnderlyingGreek> Result { get; set; }

Property Value

ICollection<UnderlyingGreek>

Status

The status of the search request

public Status Status { get; set; }

Property Value

Status