Class: Quickfix::RegistDetls

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RegistDetls

Returns a new instance of RegistDetls.



16204
16205
16206
16207
16208
16209
16210
# File 'lib/quickfix_fields.rb', line 16204

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

Class Method Details

.fieldObject



16201
16202
16203
# File 'lib/quickfix_fields.rb', line 16201

def RegistDetls.field
  return 509
end