Class: Quickfix::SettlMethodElectionDateOffsetDayType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SettlMethodElectionDateOffsetDayType

Returns a new instance of SettlMethodElectionDateOffsetDayType.



70843
70844
70845
70846
70847
70848
70849
# File 'lib/quickfix_fields.rb', line 70843

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