Class: Quickfix::LegPaymentStubEndDateRelativeTo

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

Returns a new instance of LegPaymentStubEndDateRelativeTo.



67073
67074
67075
67076
67077
67078
67079
# File 'lib/quickfix_fields.rb', line 67073

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

Class Method Details

.fieldObject



67070
67071
67072
# File 'lib/quickfix_fields.rb', line 67070

def LegPaymentStubEndDateRelativeTo.field
  return 42490
end