Class: Quickfix::PaymentStreamPaymentDate

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

Returns a new instance of PaymentStreamPaymentDate.



45090
45091
45092
45093
45094
45095
45096
# File 'lib/quickfix_fields.rb', line 45090

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

Class Method Details

.fieldObject



45087
45088
45089
# File 'lib/quickfix_fields.rb', line 45087

def PaymentStreamPaymentDate.field
  return 41221
end