Class: Quickfix::UnderlyingSettlRatePostponementMaximumDays

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

Returns a new instance of UnderlyingSettlRatePostponementMaximumDays.



35873
35874
35875
35876
35877
35878
35879
# File 'lib/quickfix_fields.rb', line 35873

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

Class Method Details

.fieldObject



35870
35871
35872
# File 'lib/quickfix_fields.rb', line 35870

def UnderlyingSettlRatePostponementMaximumDays.field
  return 40660
end