C# Class Adaptive.ReactiveTrader.Server.Host.Trade

Afficher le fichier Open project: AdaptiveConsulting/ReactiveTraderCloud

Méthodes publiques

Méthode Description
ToString ( ) : string
Trade ( long tradeId, string traderName, string currencyPair, decimal notional, string dealtCurrency, DirectionDto direction, decimal spotRate, System.DateTime tradeDate, System.DateTime valueDate, TradeStatusDto status ) : System

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

Trade() public méthode

public Trade ( long tradeId, string traderName, string currencyPair, decimal notional, string dealtCurrency, DirectionDto direction, decimal spotRate, System.DateTime tradeDate, System.DateTime valueDate, TradeStatusDto status ) : System
tradeId long
traderName string
currencyPair string
notional decimal
dealtCurrency string
direction DirectionDto
spotRate decimal
tradeDate System.DateTime
valueDate System.DateTime
status TradeStatusDto
Résultat System