Class: Quickfix::UnderlyingSettlMethodElectionDateBusinessDayConvention

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

Returns a new instance of UnderlyingSettlMethodElectionDateBusinessDayConvention.



74938
74939
74940
74941
74942
74943
74944
# File 'lib/quickfix_fields.rb', line 74938

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

Class Method Details

.fieldObject



74935
74936
74937
# File 'lib/quickfix_fields.rb', line 74935

def UnderlyingSettlMethodElectionDateBusinessDayConvention.field
  return 43077
end