Class: Quickfix::LegPaymentStreamFixingDateOffsetDayType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamFixingDateOffsetDayType

Returns a new instance of LegPaymentStreamFixingDateOffsetDayType.



31466
31467
31468
31469
31470
31471
31472
# File 'lib/quickfix_fields.rb', line 31466

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

Class Method Details

.fieldObject



31463
31464
31465
# File 'lib/quickfix_fields.rb', line 31463

def LegPaymentStreamFixingDateOffsetDayType.field
  return 40321
end