Class: Quickfix::UnderlyingStreamVersionEffectiveDate

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

Returns a new instance of UnderlyingStreamVersionEffectiveDate.



75029
75030
75031
75032
75033
75034
75035
# File 'lib/quickfix_fields.rb', line 75029

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

Class Method Details

.fieldObject



75026
75027
75028
# File 'lib/quickfix_fields.rb', line 75026

def UnderlyingStreamVersionEffectiveDate.field
	return 43084
end