Displaying 1 result from an estimated 1 matches for "compid".
Did you mean:
  compiz
  
2013 Sep 18
1
Design for classes with database connection
...ables are considered as a slot @other and are only ordered in regard to the other variables. Something like this:
.mmstruct <- setClass('mmstruct', representation(
			name	= "character",
			index	= "array",
			N		= "integer",
			K		= "integer",
			compiD 	= "array",
			secID  	= "array",
			tradetime	= "POSIXlt",
			flag		= "array",
			price	= "array",
			vol		= "array",
			other	= "data.frame"))
2. To enable a lightweight ordering function, the class should basically create an...