Skip to main content

OperandTypeSpec

Specification for an operand type used as left/right sides of COMPARE/CROSSOVER nodes.

type OperandTypeSpec {
operandType: String!
description: String!
fieldsSchema: String!
}

Fields

OperandTypeSpec.operandType ● String! non-null scalar

Operand type name (e.g. "INDICATOR", "CONSTANT", "PRICE", "TRADE_CONTEXT")

OperandTypeSpec.description ● String! non-null scalar

What this operand represents

OperandTypeSpec.fieldsSchema ● String! non-null scalar

JSON schema of the fields for this operand type. Example: INDICATOR requires {"indicatorId": "string", "outputKey?": "string"}.

Member Of

UIBuilderReference object