Class: Quickfix::UnderlyingSettlMethodElectionDateRelativeTo

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

Returns a new instance of UnderlyingSettlMethodElectionDateRelativeTo.



74951
74952
74953
74954
74955
74956
74957
# File 'lib/quickfix_fields.rb', line 74951

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

Class Method Details

.fieldObject



74948
74949
74950
# File 'lib/quickfix_fields.rb', line 74948

def UnderlyingSettlMethodElectionDateRelativeTo.field
  return 43078
end