Class: Quickfix::UnderlyingPaymentStreamBoundsLastDateUnadjusted

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

Returns a new instance of UnderlyingPaymentStreamBoundsLastDateUnadjusted.



72819
72820
72821
72822
72823
72824
72825
# File 'lib/quickfix_fields.rb', line 72819

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

Class Method Details

.fieldObject



72816
72817
72818
# File 'lib/quickfix_fields.rb', line 72816

def UnderlyingPaymentStreamBoundsLastDateUnadjusted.field
	return 42914
end