Class: Quickfix::StreamAssetAttributeType

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

Returns a new instance of StreamAssetAttributeType.



45311
45312
45313
45314
45315
45316
45317
# File 'lib/quickfix_fields.rb', line 45311

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

Class Method Details

.fieldObject



45308
45309
45310
# File 'lib/quickfix_fields.rb', line 45308

def StreamAssetAttributeType.field
  return 41238
end