Class: Quickfix::DerivativeMaturityTime

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeMaturityTime

Returns a new instance of DerivativeMaturityTime.



10263
10264
10265
10266
10267
10268
10269
# File 'lib/quickfix_fields.rb', line 10263

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

Class Method Details

.fieldObject



10260
10261
10262
# File 'lib/quickfix_fields.rb', line 10260

def DerivativeMaturityTime.field
	return 1253
end