Class: Quickfix::UnderlyingLegMaturityMonthYear

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

Returns a new instance of UnderlyingLegMaturityMonthYear.



17920
17921
17922
17923
17924
17925
17926
# File 'lib/quickfix_fields.rb', line 17920

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

Class Method Details

.fieldObject



17917
17918
17919
# File 'lib/quickfix_fields.rb', line 17917

def UnderlyingLegMaturityMonthYear.field
  return 1339
end