Class: Quickfix::ApplEndSeqNum

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



15772
15773
15774
# File 'lib/quickfix_fields.rb', line 15772

def ApplEndSeqNum.field
  return 1183
end