Files
KisStock0/한국투자증권(API)/MCP/Kis Trading MCP/model/overseas_futureoption.py
2026-02-04 00:16:34 +09:00

13 lines
425 B
Python

from sqlalchemy import Column, Integer, String
from .base import Base
class OverseasFutureoptionMaster(Base):
"""해외선물옵션 마스터"""
__tablename__ = 'overseas_futureoption_master'
id = Column(Integer, primary_key=True)
name = Column(String(50), index=True) # 종목명
code = Column(String(50), index=True) # 종목코드
ex = Column(String(30), index=True) # 거래소 코드