Class: Quickfix::NoUnderlyingLegSecurityAltID

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



17855
17856
17857
17858
17859
17860
17861
# File 'lib/quickfix_fields.rb', line 17855

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

Class Method Details

.fieldObject



17852
17853
17854
# File 'lib/quickfix_fields.rb', line 17852

def NoUnderlyingLegSecurityAltID.field
  return 1334
end