Class: Quickfix::SettlMethodElectionDateRelativeTo

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SettlMethodElectionDateRelativeTo

Returns a new instance of SettlMethodElectionDateRelativeTo.



70804
70805
70806
70807
70808
70809
70810
# File 'lib/quickfix_fields.rb', line 70804

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