Class: Quickfix::DerivativeMaturityMonthYear

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeMaturityMonthYear

Returns a new instance of DerivativeMaturityMonthYear.



5752
5753
5754
5755
5756
5757
5758
# File 'lib/quickfix_fields.rb', line 5752

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

Class Method Details

.fieldObject



5749
5750
5751
# File 'lib/quickfix_fields.rb', line 5749

def DerivativeMaturityMonthYear.field
	return 1251
end