Class: Quickfix::LegDividendPeriodXID

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

Returns a new instance of LegDividendPeriodXID.



65708
65709
65710
65711
65712
65713
65714
# File 'lib/quickfix_fields.rb', line 65708

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

Class Method Details

.fieldObject



65705
65706
65707
# File 'lib/quickfix_fields.rb', line 65705

def LegDividendPeriodXID.field
  return 42385
end