Class: Quickfix::RelatedToDividendPeriodXIDRef

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

Returns a new instance of RelatedToDividendPeriodXIDRef.



69881
69882
69883
69884
69885
69886
69887
# File 'lib/quickfix_fields.rb', line 69881

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

Class Method Details

.fieldObject



69878
69879
69880
# File 'lib/quickfix_fields.rb', line 69878

def RelatedToDividendPeriodXIDRef.field
	return 2417
end