Class: Quickfix::UnderlyingSettlDisruptionProvision

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

Returns a new instance of UnderlyingSettlDisruptionProvision.



54411
54412
54413
54414
54415
54416
54417
# File 'lib/quickfix_fields.rb', line 54411

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

Class Method Details

.fieldObject



54408
54409
54410
# File 'lib/quickfix_fields.rb', line 54408

def UnderlyingSettlDisruptionProvision.field
  return 2297
end