Class: Quickfix::PaymentScheduleSettlPeriodPrice

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



44453
44454
44455
44456
44457
44458
44459
# File 'lib/quickfix_fields.rb', line 44453

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

Class Method Details

.fieldObject



44450
44451
44452
# File 'lib/quickfix_fields.rb', line 44450

def PaymentScheduleSettlPeriodPrice.field
  return 41170
end