Class: Quickfix::RelatedMaturityMonthYear

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

Returns a new instance of RelatedMaturityMonthYear.



20338
20339
20340
20341
20342
20343
20344
# File 'lib/quickfix_fields.rb', line 20338

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

Class Method Details

.fieldObject



20335
20336
20337
# File 'lib/quickfix_fields.rb', line 20335

def RelatedMaturityMonthYear.field
  return 1653
end