Class: Quickfix::LegPaymentStreamFixingDateBusinessCenter

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



31427
31428
31429
31430
31431
31432
31433
# File 'lib/quickfix_fields.rb', line 31427

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

Class Method Details

.fieldObject



31424
31425
31426
# File 'lib/quickfix_fields.rb', line 31424

def LegPaymentStreamFixingDateBusinessCenter.field
  return 40318
end