Class: Quickfix::UnderlyingPaymentStreamFirstObservationDateAdjusted

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

Returns a new instance of UnderlyingPaymentStreamFirstObservationDateAdjusted.



73430
73431
73432
73433
73434
73435
73436
# File 'lib/quickfix_fields.rb', line 73430

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

Class Method Details

.fieldObject



73427
73428
73429
# File 'lib/quickfix_fields.rb', line 73427

def UnderlyingPaymentStreamFirstObservationDateAdjusted.field
	return 42961
end