Class: Quickfix::RefApplLastSeqNum

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) ⇒ RefApplLastSeqNum

Returns a new instance of RefApplLastSeqNum.



18609
18610
18611
18612
18613
18614
18615
# File 'lib/quickfix_fields.rb', line 18609

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

Class Method Details

.fieldObject



18606
18607
18608
# File 'lib/quickfix_fields.rb', line 18606

def RefApplLastSeqNum.field
  return 1357
end