Initializes a new instance of the CustomCompound class
Namespace: GF.Api.Contracts.CustomCompounds
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
public CustomCompound( int id, CompoundType compoundType, IReadOnlyList<CustomCompoundLeg> legs )
Parameters
- id
- Type: SystemInt32
- compoundType
- Type: GF.Api.Values.ContractsCompoundType
- legs
- Type: System.Collections.GenericIReadOnlyListCustomCompoundLeg
See Also