Onlinetradingsoftware
Desktop communications software
Extends: Technology
Online trading software
Desktop communications software
Overview
Category: Desktop communications software
Desktop communications software
Related Skills
No related skills listed.
Occupations Using This Technology
- SOC Code: 43-4011.00
Usage in Platform
import { $ } from 'sdk.do'
const tech = await $.Technology.create({
name: 'Online trading software',
category: 'Desktop communications software',
description: 'Desktop communications software',
hotTechnology: false,
})
JSON-LD Example
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Online trading software",
"applicationCategory": "Desktop communications software",
"description": "Desktop communications software"
}