Class: Quickfix::BasisFeatureDate

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ BasisFeatureDate

Returns a new instance of BasisFeatureDate.



16646
16647
16648
16649
16650
16651
16652
# File 'lib/quickfix_fields.rb', line 16646

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

Class Method Details

.fieldObject



16643
16644
16645
# File 'lib/quickfix_fields.rb', line 16643

def BasisFeatureDate.field
  return 259
end