File

src/orderbook/dto/force-order.dto.ts

Index

Properties

Properties

instrumentId
Type : string
Decorators :
@ApiProperty()
@IsString()
investorId
Type : string
Decorators :
@ApiProperty()
@IsString()
import { ApiProperty } from "@nestjs/swagger";
import { IsString } from "class-validator";

export class ForceOrderRedemptionDto {
  @ApiProperty()
  @IsString()
  investorId: string;

  @ApiProperty()
  @IsString()
  instrumentId: string;
}

results matching ""

    No results matching ""