Class: Quickfix::LegAssetAttributeType

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

Returns a new instance of LegAssetAttributeType.



46637
46638
46639
46640
46641
46642
46643
# File 'lib/quickfix_fields.rb', line 46637

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

Class Method Details

.fieldObject



46634
46635
46636
# File 'lib/quickfix_fields.rb', line 46634

def LegAssetAttributeType.field
  return 2309
end