Class: Quickfix::LegPaymentStreamPaymentDateRelativeTo

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamPaymentDateRelativeTo

Returns a new instance of LegPaymentStreamPaymentDateRelativeTo.



31180
31181
31182
31183
31184
31185
31186
# File 'lib/quickfix_fields.rb', line 31180

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

Class Method Details

.fieldObject



31177
31178
31179
# File 'lib/quickfix_fields.rb', line 31177

def LegPaymentStreamPaymentDateRelativeTo.field
  return 40299
end