Class: Quickfix::DerivativeLocaleOfIssue

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeLocaleOfIssue

Returns a new instance of DerivativeLocaleOfIssue.



18076
18077
18078
18079
18080
18081
18082
# File 'lib/quickfix_fields.rb', line 18076

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

Class Method Details

.fieldObject



18073
18074
18075
# File 'lib/quickfix_fields.rb', line 18073

def DerivativeLocaleOfIssue.field
	return 1260
end