Class: Quickfix::DerivativeContractSettlMonth

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeContractSettlMonth

Returns a new instance of DerivativeContractSettlMonth.



17881
17882
17883
17884
17885
17886
17887
# File 'lib/quickfix_fields.rb', line 17881

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

Class Method Details

.fieldObject



17878
17879
17880
# File 'lib/quickfix_fields.rb', line 17878

def DerivativeContractSettlMonth.field
	return 1285
end