Class: Quickfix::LegPaymentStreamBoundsFirstDateUnadjusted

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

Returns a new instance of LegPaymentStreamBoundsFirstDateUnadjusted.



66124
66125
66126
66127
66128
66129
66130
# File 'lib/quickfix_fields.rb', line 66124

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

Class Method Details

.fieldObject



66121
66122
66123
# File 'lib/quickfix_fields.rb', line 66121

def LegPaymentStreamBoundsFirstDateUnadjusted.field
	return 42417
end