C# Class Forex_Strategy_Builder.Instrument_Properties

Contains the instrument properties.
Mostra file Open project: nuggett11/Forex-Strategy-Builder Class Usage Examples

Public Methods

Method Description
Clone ( ) : Instrument_Properties

Clones the Instrument_Properties.

Instrument_Properties ( string symbol, Instrumet_Type instrType ) : System

Constructor

Method Details

Clone() public method

Clones the Instrument_Properties.
public Clone ( ) : Instrument_Properties
return Instrument_Properties

Instrument_Properties() public method

Constructor
public Instrument_Properties ( string symbol, Instrumet_Type instrType ) : System
symbol string
instrType Instrumet_Type
return System