Class: Quickfix::UnderlyingPaymentScheduleFixingDateOffsetUnit

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

Returns a new instance of UnderlyingPaymentScheduleFixingDateOffsetUnit.



36289
36290
36291
36292
36293
36294
36295
# File 'lib/quickfix_fields.rb', line 36289

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

Class Method Details

.fieldObject



36286
36287
36288
# File 'lib/quickfix_fields.rb', line 36286

def UnderlyingPaymentScheduleFixingDateOffsetUnit.field
  return 40692
end