Class: Quickfix::LegDividendPeriodPaymentDateAdjusted

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

Returns a new instance of LegDividendPeriodPaymentDateAdjusted.



65695
65696
65697
65698
65699
65700
65701
# File 'lib/quickfix_fields.rb', line 65695

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

Class Method Details

.fieldObject



65692
65693
65694
# File 'lib/quickfix_fields.rb', line 65692

def LegDividendPeriodPaymentDateAdjusted.field
  return 42384
end