Class: Quickfix::LegPaymentStreamPaymentDate

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

Returns a new instance of LegPaymentStreamPaymentDate.



50433
50434
50435
50436
50437
50438
50439
# File 'lib/quickfix_fields.rb', line 50433

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

Class Method Details

.fieldObject



50430
50431
50432
# File 'lib/quickfix_fields.rb', line 50430

def LegPaymentStreamPaymentDate.field
	return 41590
end