Class: Quickfix::PaymentSchedulePaySide

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



38122
38123
38124
38125
38126
38127
38128
# File 'lib/quickfix_fields.rb', line 38122

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

Class Method Details

.fieldObject



38119
38120
38121
# File 'lib/quickfix_fields.rb', line 38119

def PaymentSchedulePaySide.field
	return 40833
end