Class: Quickfix::UnderlyingLegMaturityTime

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingLegMaturityTime

Returns a new instance of UnderlyingLegMaturityTime.



1059
1060
1061
1062
1063
1064
1065
# File 'lib/quickfix_fields.rb', line 1059

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

Class Method Details

.fieldObject



1056
1057
1058
# File 'lib/quickfix_fields.rb', line 1056

def UnderlyingLegMaturityTime.field
	return 1405
end