Class: Quickfix::LegPaymentStreamFirstObservationDateOffsetDayType

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

Returns a new instance of LegPaymentStreamFirstObservationDateOffsetDayType.



66735
66736
66737
66738
66739
66740
66741
# File 'lib/quickfix_fields.rb', line 66735

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

Class Method Details

.fieldObject



66732
66733
66734
# File 'lib/quickfix_fields.rb', line 66732

def LegPaymentStreamFirstObservationDateOffsetDayType.field
  return 42464
end