Class: Quickfix::DerivativeMaturityDate

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeMaturityDate

Returns a new instance of DerivativeMaturityDate.



10328
10329
10330
10331
10332
10333
10334
# File 'lib/quickfix_fields.rb', line 10328

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

Class Method Details

.fieldObject



10325
10326
10327
# File 'lib/quickfix_fields.rb', line 10325

def DerivativeMaturityDate.field
	return 1252
end