Class: Quickfix::LegPaymentStubStartDateAdjusted

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

Returns a new instance of LegPaymentStubStartDateAdjusted.



67242
67243
67244
67245
67246
67247
67248
# File 'lib/quickfix_fields.rb', line 67242

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

Class Method Details

.fieldObject



67239
67240
67241
# File 'lib/quickfix_fields.rb', line 67239

def LegPaymentStubStartDateAdjusted.field
	return 42503
end