Class: Quickfix::LegPaymentStreamFutureValueDateAdjusted

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

Returns a new instance of LegPaymentStreamFutureValueDateAdjusted.



31583
31584
31585
31586
31587
31588
31589
# File 'lib/quickfix_fields.rb', line 31583

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

Class Method Details

.fieldObject



31580
31581
31582
# File 'lib/quickfix_fields.rb', line 31580

def LegPaymentStreamFutureValueDateAdjusted.field
  return 40330
end