Class: Quickfix::ApplEndSeqNum

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ApplEndSeqNum



10406
10407
10408
10409
10410
10411
10412
# File 'lib/quickfix_fields.rb', line 10406

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

Class Method Details

.fieldObject



10403
10404
10405
# File 'lib/quickfix_fields.rb', line 10403

def ApplEndSeqNum.field
  return 1183
end