Class: Quickfix::PaymentStreamFirstObservationDateUnadjusted

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

Returns a new instance of PaymentStreamFirstObservationDateUnadjusted.



69283
69284
69285
69286
69287
69288
69289
# File 'lib/quickfix_fields.rb', line 69283

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

Class Method Details

.fieldObject



69280
69281
69282
# File 'lib/quickfix_fields.rb', line 69280

def PaymentStreamFirstObservationDateUnadjusted.field
  return 42663
end