Class: Quickfix::SettlMethodElectionDateAdjusted

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

Returns a new instance of SettlMethodElectionDateAdjusted.



70856
70857
70858
70859
70860
70861
70862
# File 'lib/quickfix_fields.rb', line 70856

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

Class Method Details

.fieldObject



70853
70854
70855
# File 'lib/quickfix_fields.rb', line 70853

def SettlMethodElectionDateAdjusted.field
  return 42783
end