Class: Quickfix::PaymentScheduleWeight

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentScheduleWeight

Returns a new instance of PaymentScheduleWeight.



38356
38357
38358
38359
38360
38361
38362
# File 'lib/quickfix_fields.rb', line 38356

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

Class Method Details

.fieldObject



38353
38354
38355
# File 'lib/quickfix_fields.rb', line 38353

def PaymentScheduleWeight.field
	return 40851
end