C# 클래스 FastQuant.InstrumentStreamer

상속: ObjectStreamer
파일 보기 프로젝트 열기: fastquant/fastquant.dll

공개 메소드들

메소드 설명
InstrumentStreamer ( ) : System
Read ( BinaryReader reader, byte version ) : object
Write ( BinaryWriter writer, object obj ) : void

메소드 상세

InstrumentStreamer() 공개 메소드

public InstrumentStreamer ( ) : System
리턴 System

Read() 공개 메소드

public Read ( BinaryReader reader, byte version ) : object
reader System.IO.BinaryReader
version byte
리턴 object

Write() 공개 메소드

public Write ( BinaryWriter writer, object obj ) : void
writer System.IO.BinaryWriter
obj object
리턴 void