Class: Quickfix::PaymentStreamFirstPaymentDateUnadjusted

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

Returns a new instance of PaymentStreamFirstPaymentDateUnadjusted.



37121
37122
37123
37124
37125
37126
37127
# File 'lib/quickfix_fields.rb', line 37121

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

Class Method Details

.fieldObject



37118
37119
37120
# File 'lib/quickfix_fields.rb', line 37118

def PaymentStreamFirstPaymentDateUnadjusted.field
  return 40756
end