Class: Quickfix::UnderlyingStreamAssetAttributeValue

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

Returns a new instance of UnderlyingStreamAssetAttributeValue.



53501
53502
53503
53504
53505
53506
53507
# File 'lib/quickfix_fields.rb', line 53501

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

Class Method Details

.fieldObject



53498
53499
53500
# File 'lib/quickfix_fields.rb', line 53498

def UnderlyingStreamAssetAttributeValue.field
  return 41802
end