Class: Quickfix::StartMaturityMonthYear

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

Returns a new instance of StartMaturityMonthYear.



16490
16491
16492
16493
16494
16495
16496
# File 'lib/quickfix_fields.rb', line 16490

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

Class Method Details

.fieldObject



16487
16488
16489
# File 'lib/quickfix_fields.rb', line 16487

def StartMaturityMonthYear.field
  return 1241
end