Class: Quickfix::UnderlyingPaymentStreamFixingDateOffsetDayType

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

Returns a new instance of UnderlyingPaymentStreamFixingDateOffsetDayType.



35223
35224
35225
35226
35227
35228
35229
# File 'lib/quickfix_fields.rb', line 35223

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

Class Method Details

.fieldObject



35220
35221
35222
# File 'lib/quickfix_fields.rb', line 35220

def UnderlyingPaymentStreamFixingDateOffsetDayType.field
  return 40610
end