Class: Quickfix::UnderlyingAssetAttributeType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingAssetAttributeType

Returns a new instance of UnderlyingAssetAttributeType.



51993
51994
51995
51996
51997
51998
51999
# File 'lib/quickfix_fields.rb', line 51993

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

Class Method Details

.fieldObject



51990
51991
51992
# File 'lib/quickfix_fields.rb', line 51990

def UnderlyingAssetAttributeType.field
  return 2313
end