Class: Quickfix::PaymentStreamRateCutoffDateOffsetUnit

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

Returns a new instance of PaymentStreamRateCutoffDateOffsetUnit.



37459
37460
37461
37462
37463
37464
37465
# File 'lib/quickfix_fields.rb', line 37459

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

Class Method Details

.fieldObject



37456
37457
37458
# File 'lib/quickfix_fields.rb', line 37456

def PaymentStreamRateCutoffDateOffsetUnit.field
	return 40782
end