Class: Quickfix::MailingDtls

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

Returns a new instance of MailingDtls.



6558
6559
6560
6561
6562
6563
6564
# File 'lib/quickfix_fields.rb', line 6558

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

Class Method Details

.fieldObject



6555
6556
6557
# File 'lib/quickfix_fields.rb', line 6555

def MailingDtls.field
  return 474
end