Class: Quickfix::DerivativeStateOrProvinceOfIssue

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeStateOrProvinceOfIssue

Returns a new instance of DerivativeStateOrProvinceOfIssue.



4309
4310
4311
4312
4313
4314
4315
# File 'lib/quickfix_fields.rb', line 4309

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

Class Method Details

.fieldObject



4306
4307
4308
# File 'lib/quickfix_fields.rb', line 4306

def DerivativeStateOrProvinceOfIssue.field
	return 1259
end