Instrument.PriceFormat Property
[Category(CATEGORY_DISPLAY)]
[Description("C# price format string (example: F4 - show four decimal numbers for Forex contracts)")]
[DefaultValue("F2")]
public string PriceFormat {get; set;}
This language is not supported or no code example is available.
[Category(CATEGORY_DISPLAY)]
[Description("C# price format string (example: F4 - show four decimal numbers for Forex contracts)")]
[DefaultValue("F2")]
public:
property String^ PriceFormat {
String^ get( );
void set(
String^ value
);
}
This language is not supported or no code example is available.
public
Category(CATEGORY_DISPLAY)
Description("C# price format string (example: F4 - show four decimal numbers for Forex contracts)")
DefaultValue("F2")
function get PriceFormat() : String;
public
Category(CATEGORY_DISPLAY)
Description("C# price format string (example: F4 - show four decimal numbers for Forex contracts)")
DefaultValue("F2")
function set PriceFormat(value : String);
This language is not supported or no code example is available.
Property Value
string
In this article
Definition