Class: Quickfix::UnderlyingSettlMethodElectionDateBusinessCenter

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

Returns a new instance of UnderlyingSettlMethodElectionDateBusinessCenter.



74912
74913
74914
74915
74916
74917
74918
# File 'lib/quickfix_fields.rb', line 74912

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

Class Method Details

.fieldObject



74909
74910
74911
# File 'lib/quickfix_fields.rb', line 74909

def UnderlyingSettlMethodElectionDateBusinessCenter.field
  return 43075
end