Class: Quickfix::NoLegPaymentSchedules

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

Returns a new instance of NoLegPaymentSchedules.



32155
32156
32157
32158
32159
32160
32161
# File 'lib/quickfix_fields.rb', line 32155

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

Class Method Details

.fieldObject



32152
32153
32154
# File 'lib/quickfix_fields.rb', line 32152

def NoLegPaymentSchedules.field
	return 40374
end