Class: Quickfix::RegistDtls

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



9054
9055
9056
9057
9058
9059
9060
# File 'lib/quickfix_fields.rb', line 9054

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

Class Method Details

.fieldObject



9051
9052
9053
# File 'lib/quickfix_fields.rb', line 9051

def RegistDtls.field
  return 509
end