is not current version
Last Version 1.0.0-alpha.5

io.github.cdklabs.cdk_cloudformation:stocks-orders-marketorder 1.0.0-alpha.3

A market order is a request to buy or sell a security at the currently available market price. The order to buy a security will be submitted on resource creation and the security will be sold (or the unfilled order cancelled) on resource deletion. Supported exchanges are AMEX, ARCA, BATS, NYSE, NASDAQ and NYSEARCA.

Categories

Categories

ORM Data
GroupId

GroupId

io.github.cdklabs.cdk_cloudformation
ArtifactId

ArtifactId

stocks-orders-marketorder
Version

Version

1.0.0-alpha.3
Type

Type

jar

Download stocks-orders-marketorder 1.0.0-alpha.3


<!-- https://jarcasting.com/artifacts/io.github.cdklabs.cdk_cloudformation/stocks-orders-marketorder/ -->
<dependency>
    <groupId>io.github.cdklabs.cdk_cloudformation</groupId>
    <artifactId>stocks-orders-marketorder</artifactId>
    <version>1.0.0-alpha.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.cdklabs.cdk_cloudformation/stocks-orders-marketorder/
implementation 'io.github.cdklabs.cdk_cloudformation:stocks-orders-marketorder:1.0.0-alpha.3'
// https://jarcasting.com/artifacts/io.github.cdklabs.cdk_cloudformation/stocks-orders-marketorder/
implementation ("io.github.cdklabs.cdk_cloudformation:stocks-orders-marketorder:1.0.0-alpha.3")
'io.github.cdklabs.cdk_cloudformation:stocks-orders-marketorder:jar:1.0.0-alpha.3'
<dependency org="io.github.cdklabs.cdk_cloudformation" name="stocks-orders-marketorder" rev="1.0.0-alpha.3">
  <artifact name="stocks-orders-marketorder" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.cdklabs.cdk_cloudformation', module='stocks-orders-marketorder', version='1.0.0-alpha.3')
)
libraryDependencies += "io.github.cdklabs.cdk_cloudformation" % "stocks-orders-marketorder" % "1.0.0-alpha.3"
[io.github.cdklabs.cdk_cloudformation/stocks-orders-marketorder "1.0.0-alpha.3"]