import Api from "~/service/Api"
import Pts from "~/page/Model/Common/Pts"

export default class Fxtatt{
    constructor () {
        this.data = {
						fxtp0:{
							recget:{
								sdamod:{
									seainf:"",			//  		.fxtp0.recget.sdamod.seainf
									dadsnd:"",			//  Drag  Drop Sender		.fxtp0.recget.sdamod.dadsnd
								},
							},
						},
						fxdgrp:{
							rec:{
								ownref:"",			//  Reference		.fxdgrp.rec.ownref
								nam:"",			//  Externally Displayed Name to Identify the Contract		.fxdgrp.rec.nam
								fxtyp:"",			//  Liquidation Type		.fxdgrp.rec.fxtyp
								opndat:"",			//  Open Date		.fxdgrp.rec.opndat
								valdat:"",			//  Value date		.fxdgrp.rec.valdat
								midrat:"",			//  Middle Rate		.fxdgrp.rec.midrat
								rat:"",			//  Liquidation Rate		.fxdgrp.rec.rat
							},
							cbs:{
								max:{
									cur:"",			//  Foreign Cur. Amount		.fxdgrp.cbs.max.cur
									amt:"",			//  Balance		.fxdgrp.cbs.max.amt
								},
								nom1:{
									cur:"",			//  Domestic Cur. Amount		.fxdgrp.cbs.nom1.cur
									amt:"",			//  Balance		.fxdgrp.cbs.nom1.amt
								},
							},
							apl:{
								pts:new Pts().data,
							},
						},
						pageId: ""			// ctx的key
				}
    }
}