Class InstrumentBlock.EventsGroup

java.lang.Object
com.epam.fix.model.fix44.block.InstrumentBlock.EventsGroup
Enclosing class:
InstrumentBlock

public class InstrumentBlock.EventsGroup extends Object
  • Constructor Details

    • EventsGroup

      public EventsGroup()
  • Method Details

    • getEventType

      public Long getEventType()
    • setEventType

      public void setEventType(Long value)
    • getEventDate

      public Calendar getEventDate()
    • setEventDate

      public void setEventDate(Calendar value)
    • getEventPx

      public Double getEventPx()
    • setEventPx

      public void setEventPx(Double value)
    • getEventText

      public String getEventText()
    • setEventText

      public void setEventText(String value)
    • toFIX

      public void toFIX(FIXFieldList l)
    • fromFIX

      public void fromFIX(FIXFieldList l)