C# Class Examples.ClientConsumingRecordTopics.Rates

Afficher le fichier Open project: pushtechnology/diffusion-examples

Méthodes publiques

Méthode Description
Rates ( string bid, string ask ) : System.Collections.Generic

Constructor.

Update ( string bid, string ask ) : Rates

Method Details

Rates() public méthode

Constructor.
public Rates ( string bid, string ask ) : System.Collections.Generic
bid string The 'bid' rate, or an empty string.
ask string The 'ask' rate, or an empty string.
Résultat System.Collections.Generic

Update() public méthode

public Update ( string bid, string ask ) : Rates
bid string
ask string
Résultat Rates