Class: Quickfix::SettlMethodElectionDateBusinessCenter

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

Returns a new instance of SettlMethodElectionDateBusinessCenter.



70765
70766
70767
70768
70769
70770
70771
# File 'lib/quickfix_fields.rb', line 70765

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

Class Method Details

.fieldObject



70762
70763
70764
# File 'lib/quickfix_fields.rb', line 70762

def SettlMethodElectionDateBusinessCenter.field
	return 42776
end