Class: Quickfix::SettlRatePostponementMaximumDays

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



28424
28425
28426
28427
28428
28429
28430
# File 'lib/quickfix_fields.rb', line 28424

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

Class Method Details

.fieldObject



28421
28422
28423
# File 'lib/quickfix_fields.rb', line 28421

def SettlRatePostponementMaximumDays.field
  return 40086
end