Class: Quickfix::UnderlyingPaymentStreamFirstObservationDateUnadjusted

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

Returns a new instance of UnderlyingPaymentStreamFirstObservationDateUnadjusted.



73391
73392
73393
73394
73395
73396
73397
# File 'lib/quickfix_fields.rb', line 73391

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

Class Method Details

.fieldObject



73388
73389
73390
# File 'lib/quickfix_fields.rb', line 73388

def UnderlyingPaymentStreamFirstObservationDateUnadjusted.field
	return 42958
end