Class: Quickfix::LegStreamAssetAttributeValue

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

Returns a new instance of LegStreamAssetAttributeValue.



48600
48601
48602
48603
48604
48605
48606
# File 'lib/quickfix_fields.rb', line 48600

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

Class Method Details

.fieldObject



48597
48598
48599
# File 'lib/quickfix_fields.rb', line 48597

def LegStreamAssetAttributeValue.field
  return 41454
end