Class: Quickfix::LegPaymentScheduleType

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

Returns a new instance of LegPaymentScheduleType.



32168
32169
32170
32171
32172
32173
32174
# File 'lib/quickfix_fields.rb', line 32168

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

Class Method Details

.fieldObject



32165
32166
32167
# File 'lib/quickfix_fields.rb', line 32165

def LegPaymentScheduleType.field
	return 40375
end