Class: Quickfix::UnderlyingLegMaturityDate

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingLegMaturityDate

Returns a new instance of UnderlyingLegMaturityDate.



1124
1125
1126
1127
1128
1129
1130
# File 'lib/quickfix_fields.rb', line 1124

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

Class Method Details

.fieldObject



1121
1122
1123
# File 'lib/quickfix_fields.rb', line 1121

def UnderlyingLegMaturityDate.field
	return 1345
end