Class: Quickfix::UnderlyingSettlMethodElectionDateRelativeTo

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ 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