Initializes a new instance of the AbstractSecurity class

Namespace:  com.ftlabs.fisa
Assembly:  FISA.NET (in FISA.NET.dll) Version: 1.0.3126.3801

Syntax

C#
protected AbstractSecurity(
	Market market,
	Type type
)
Visual Basic (Declaration)
Protected Sub New ( _
	market As Market, _
	type As Type _
)
Visual C++
protected:
AbstractSecurity(
	Market^ market, 
	Type^ type
)

Parameters

market
Type: com.ftlabs.fisa..::.Market
type
Type: System..::.Type

See Also