Class: Quickfix::NoSettlMethodElectionDateBusinessCenters

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

Returns a new instance of NoSettlMethodElectionDateBusinessCenters.



70752
70753
70754
70755
70756
70757
70758
# File 'lib/quickfix_fields.rb', line 70752

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

Class Method Details

.fieldObject



70749
70750
70751
# File 'lib/quickfix_fields.rb', line 70749

def NoSettlMethodElectionDateBusinessCenters.field
  return 42775
end