Class: Quickfix::ApplEndSeqNum

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ApplEndSeqNum

Returns a new instance of ApplEndSeqNum.



15775
15776
15777
15778
15779
15780
15781
# File 'lib/quickfix_fields.rb', line 15775

def initialize(data = nil)
  if( data == nil )
    super(1183)
  else
    super(1183, data)
  end
end