Class: Quickfix::SettlMethodElectionDateUnadjusted

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ SettlMethodElectionDateUnadjusted

Returns a new instance of SettlMethodElectionDateUnadjusted.



70778
70779
70780
70781
70782
70783
70784
# File 'lib/quickfix_fields.rb', line 70778

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

Class Method Details

.fieldObject



70775
70776
70777
# File 'lib/quickfix_fields.rb', line 70775

def SettlMethodElectionDateUnadjusted.field
  return 42777
end