Class: Quickfix::LegStreamAssetAttributeType

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

Returns a new instance of LegStreamAssetAttributeType.



48587
48588
48589
48590
48591
48592
48593
# File 'lib/quickfix_fields.rb', line 48587

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

Class Method Details

.fieldObject



48584
48585
48586
# File 'lib/quickfix_fields.rb', line 48584

def LegStreamAssetAttributeType.field
  return 41453
end