Class: Quickfix::DerivativeMaturityDate

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

Returns a new instance of DerivativeMaturityDate.



16633
16634
16635
16636
16637
16638
16639
# File 'lib/quickfix_fields.rb', line 16633

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

Class Method Details

.fieldObject



16630
16631
16632
# File 'lib/quickfix_fields.rb', line 16630

def DerivativeMaturityDate.field
  return 1252
end