Class: Quickfix::LegPaymentStreamFixingDateOffsetUnit

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

Returns a new instance of LegPaymentStreamFixingDateOffsetUnit.



31453
31454
31455
31456
31457
31458
31459
# File 'lib/quickfix_fields.rb', line 31453

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

Class Method Details

.fieldObject



31450
31451
31452
# File 'lib/quickfix_fields.rb', line 31450

def LegPaymentStreamFixingDateOffsetUnit.field
  return 40320
end