Class: Quickfix::AttachmentMediaType

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

Returns a new instance of AttachmentMediaType.



40475
40476
40477
40478
40479
40480
40481
# File 'lib/quickfix_fields.rb', line 40475

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

Class Method Details

.fieldObject



40472
40473
40474
# File 'lib/quickfix_fields.rb', line 40472

def AttachmentMediaType.field
	return 2106
end