Class: Quickfix::PaymentScheduleFixingFirstObservationDateOffsetUnit

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentScheduleFixingFirstObservationDateOffsetUnit

Returns a new instance of PaymentScheduleFixingFirstObservationDateOffsetUnit.



44570
44571
44572
44573
44574
44575
44576
# File 'lib/quickfix_fields.rb', line 44570

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

Class Method Details

.fieldObject



44567
44568
44569
# File 'lib/quickfix_fields.rb', line 44567

def PaymentScheduleFixingFirstObservationDateOffsetUnit.field
  return 41179
end