Class: Quickfix::UnderlyingMaturityMonthYear

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingMaturityMonthYear

Returns a new instance of UnderlyingMaturityMonthYear.



1215
1216
1217
1218
1219
1220
1221
# File 'lib/quickfix_fields.rb', line 1215

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

Class Method Details

.fieldObject



1212
1213
1214
# File 'lib/quickfix_fields.rb', line 1212

def UnderlyingMaturityMonthYear.field
	return 313
end