Class: Quickfix::SettlMethodElectionDateBusinessDayConvention

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ SettlMethodElectionDateBusinessDayConvention

Returns a new instance of SettlMethodElectionDateBusinessDayConvention.



70791
70792
70793
70794
70795
70796
70797
# File 'lib/quickfix_fields.rb', line 70791

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

Class Method Details

.fieldObject



70788
70789
70790
# File 'lib/quickfix_fields.rb', line 70788

def SettlMethodElectionDateBusinessDayConvention.field
	return 42778
end