Class: Quickfix::LegContractualDefinition

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegContractualDefinition

Returns a new instance of LegContractualDefinition.



61184
61185
61186
61187
61188
61189
61190
# File 'lib/quickfix_fields.rb', line 61184

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

Class Method Details

.fieldObject



61181
61182
61183
# File 'lib/quickfix_fields.rb', line 61181

def LegContractualDefinition.field
	return 42199
end