Class: Quickfix::AttachmentExternalURL

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

Returns a new instance of AttachmentExternalURL.



40501
40502
40503
40504
40505
40506
40507
# File 'lib/quickfix_fields.rb', line 40501

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

Class Method Details

.fieldObject



40498
40499
40500
# File 'lib/quickfix_fields.rb', line 40498

def AttachmentExternalURL.field
  return 2108
end