Class: Quickfix::PaymentStreamFixingDate

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

Returns a new instance of PaymentStreamFixingDate.



69257
69258
69259
69260
69261
69262
69263
# File 'lib/quickfix_fields.rb', line 69257

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

Class Method Details

.fieldObject



69254
69255
69256
# File 'lib/quickfix_fields.rb', line 69254

def PaymentStreamFixingDate.field
  return 42661
end