Class: Quickfix::UnderlyingMaturityMonthYear

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

Returns a new instance of UnderlyingMaturityMonthYear.



3958
3959
3960
3961
3962
3963
3964
# File 'lib/quickfix_fields.rb', line 3958

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

Class Method Details

.fieldObject



3955
3956
3957
# File 'lib/quickfix_fields.rb', line 3955

def UnderlyingMaturityMonthYear.field
  return 313
end