Class: Quickfix::SettlDisruptionProvision

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

Returns a new instance of SettlDisruptionProvision.



42425
42426
42427
42428
42429
42430
42431
# File 'lib/quickfix_fields.rb', line 42425

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

Class Method Details

.fieldObject



42422
42423
42424
# File 'lib/quickfix_fields.rb', line 42422

def SettlDisruptionProvision.field
  return 2143
end