Class: Quickfix::NoUnderlyingSettlMethodElectionDateBusinessCenters

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

Returns a new instance of NoUnderlyingSettlMethodElectionDateBusinessCenters.



74899
74900
74901
74902
74903
74904
74905
# File 'lib/quickfix_fields.rb', line 74899

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

Class Method Details

.fieldObject



74896
74897
74898
# File 'lib/quickfix_fields.rb', line 74896

def NoUnderlyingSettlMethodElectionDateBusinessCenters.field
  return 43074
end