Class: Quickfix::PaymentStreamBoundsLastDateUnadjusted

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

Returns a new instance of PaymentStreamBoundsLastDateUnadjusted.



68711
68712
68713
68714
68715
68716
68717
# File 'lib/quickfix_fields.rb', line 68711

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

Class Method Details

.fieldObject



68708
68709
68710
# File 'lib/quickfix_fields.rb', line 68708

def PaymentStreamBoundsLastDateUnadjusted.field
	return 42619
end