Class: Quickfix::UnderlyingPaymentStreamFirstPaymentDateUnadjusted

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

Returns a new instance of UnderlyingPaymentStreamFirstPaymentDateUnadjusted.



34911
34912
34913
34914
34915
34916
34917
# File 'lib/quickfix_fields.rb', line 34911

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

Class Method Details

.fieldObject



34908
34909
34910
# File 'lib/quickfix_fields.rb', line 34908

def UnderlyingPaymentStreamFirstPaymentDateUnadjusted.field
	return 40586
end