Class: Quickfix::DerivativeTimeUnit

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

Returns a new instance of DerivativeTimeUnit.



16880
16881
16882
16883
16884
16885
16886
# File 'lib/quickfix_fields.rb', line 16880

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

Class Method Details

.fieldObject



16877
16878
16879
# File 'lib/quickfix_fields.rb', line 16877

def DerivativeTimeUnit.field
  return 1271
end