Class: Quickfix::LegLienSeniority

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

Returns a new instance of LegLienSeniority.



42763
42764
42765
42766
42767
42768
42769
# File 'lib/quickfix_fields.rb', line 42763

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

Class Method Details

.fieldObject



42760
42761
42762
# File 'lib/quickfix_fields.rb', line 42760

def LegLienSeniority.field
  return 2169
end