Class: Quickfix::BasisFeatureDate

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

Returns a new instance of BasisFeatureDate.



6168
6169
6170
6171
6172
6173
6174
# File 'lib/quickfix_fields.rb', line 6168

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

Class Method Details

.fieldObject



6165
6166
6167
# File 'lib/quickfix_fields.rb', line 6165

def BasisFeatureDate.field
  return 259
end