OEC Application Programming Interface

VolPrice Constructor 

Creates a new Volume/Price pair

public VolPrice(
   Int32 volume,
   Double price
);

Parameters

volume
New Volume
price
New Price

See Also

VolPrice Class | OEC.API Namespace