Class: Quickfix::LegPaymentStreamResetDateBusinessCenter

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

Returns a new instance of LegPaymentStreamResetDateBusinessCenter.



31258
31259
31260
31261
31262
31263
31264
# File 'lib/quickfix_fields.rb', line 31258

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

Class Method Details

.fieldObject



31255
31256
31257
# File 'lib/quickfix_fields.rb', line 31255

def LegPaymentStreamResetDateBusinessCenter.field
  return 40305
end