C# Class Examples.ClientConsumingRecordTopics.Rates

ファイルを表示 Open project: pushtechnology/diffusion-examples

Public Methods

Method Description
Rates ( string bid, string ask ) : System.Collections.Generic

Constructor.

Update ( string bid, string ask ) : Rates

Method Details

Rates() public method

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.
return System.Collections.Generic

Update() public method

public Update ( string bid, string ask ) : Rates
bid string
ask string
return Rates