Class: Quickfix::LegPaymentStreamRateCutoffDateOffsetDayType

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamRateCutoffDateOffsetDayType

Returns a new instance of LegPaymentStreamRateCutoffDateOffsetDayType.



31518
31519
31520
31521
31522
31523
31524
# File 'lib/quickfix_fields.rb', line 31518

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

Class Method Details

.fieldObject



31515
31516
31517
# File 'lib/quickfix_fields.rb', line 31515

def LegPaymentStreamRateCutoffDateOffsetDayType.field
	return 40325
end