Class: Quickfix::LegPaymentStreamFixingDateAdjusted

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

Returns a new instance of LegPaymentStreamFixingDateAdjusted.



31479
31480
31481
31482
31483
31484
31485
# File 'lib/quickfix_fields.rb', line 31479

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

Class Method Details

.fieldObject



31476
31477
31478
# File 'lib/quickfix_fields.rb', line 31476

def LegPaymentStreamFixingDateAdjusted.field
  return 40322
end