Class: Quickfix::DerivativeMaturityTime

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

Returns a new instance of DerivativeMaturityTime.



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

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

Class Method Details

.fieldObject



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

def DerivativeMaturityTime.field
  return 1253
end