Class: Quickfix::UnderlyingStreamAssetAttributeType

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

Returns a new instance of UnderlyingStreamAssetAttributeType.



53488
53489
53490
53491
53492
53493
53494
# File 'lib/quickfix_fields.rb', line 53488

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

Class Method Details

.fieldObject



53485
53486
53487
# File 'lib/quickfix_fields.rb', line 53485

def UnderlyingStreamAssetAttributeType.field
  return 41801
end