Class: Quickfix::DerivativeMaturityMonthYear

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

Returns a new instance of DerivativeMaturityMonthYear.



16620
16621
16622
16623
16624
16625
16626
# File 'lib/quickfix_fields.rb', line 16620

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

Class Method Details

.fieldObject



16617
16618
16619
# File 'lib/quickfix_fields.rb', line 16617

def DerivativeMaturityMonthYear.field
  return 1251
end