Class: Quickfix::LegContractSettlMonth

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegContractSettlMonth

Returns a new instance of LegContractSettlMonth.



1150
1151
1152
1153
1154
1155
1156
# File 'lib/quickfix_fields.rb', line 1150

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

Class Method Details

.fieldObject



1147
1148
1149
# File 'lib/quickfix_fields.rb', line 1147

def LegContractSettlMonth.field
	return 955
end