Class: Quickfix::LegSettlDisruptionProvision

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

Returns a new instance of LegSettlDisruptionProvision.



43309
43310
43311
43312
43313
43314
43315
# File 'lib/quickfix_fields.rb', line 43309

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

Class Method Details

.fieldObject



43306
43307
43308
# File 'lib/quickfix_fields.rb', line 43306

def LegSettlDisruptionProvision.field
  return 2213
end