Class: Quickfix::UnderlyingPaymentStreamFirstObservationDateOffsetPeriod

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

Returns a new instance of UnderlyingPaymentStreamFirstObservationDateOffsetPeriod.



55347
55348
55349
55350
55351
55352
55353
# File 'lib/quickfix_fields.rb', line 55347

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

Class Method Details

.fieldObject



55344
55345
55346
# File 'lib/quickfix_fields.rb', line 55344

def UnderlyingPaymentStreamFirstObservationDateOffsetPeriod.field
  return 41928
end