Click or drag to resize

SplitFactorSplit(SplitType, Double, Double, Double, Double, Double, Int64) Method


Namespace: ArthaChitra.Model.IO
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public void Split(
	SplitType splitType,
	ref double open,
	ref double high,
	ref double low,
	ref double close,
	ref double volume,
	ref long oi
)

Parameters

splitType  SplitType
 
open  Double
 
high  Double
 
low  Double
 
close  Double
 
volume  Double
 
oi  Int64
 
See Also