Class: Quickfix::UnderlyingMaturityTime

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingMaturityTime

Returns a new instance of UnderlyingMaturityTime.



14085
14086
14087
14088
14089
14090
14091
# File 'lib/quickfix_fields.rb', line 14085

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

Class Method Details

.fieldObject



14082
14083
14084
# File 'lib/quickfix_fields.rb', line 14082

def UnderlyingMaturityTime.field
	return 1213
end