Class: Quickfix::DividendPeriodUnderlierRefID

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

Returns a new instance of DividendPeriodUnderlierRefID.



64174
64175
64176
64177
64178
64179
64180
# File 'lib/quickfix_fields.rb', line 64174

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

Class Method Details

.fieldObject



64171
64172
64173
# File 'lib/quickfix_fields.rb', line 64171

def DividendPeriodUnderlierRefID.field
	return 42278
end