Class: Quickfix::PaymentScheduleFixedAmount

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

Returns a new instance of PaymentScheduleFixedAmount.



38239
38240
38241
38242
38243
38244
38245
# File 'lib/quickfix_fields.rb', line 38239

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

Class Method Details

.fieldObject



38236
38237
38238
# File 'lib/quickfix_fields.rb', line 38236

def PaymentScheduleFixedAmount.field
  return 40842
end