Class: Quickfix::DerivativeStateOrProvinceOfIssue
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DerivativeStateOrProvinceOfIssue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeStateOrProvinceOfIssue
constructor
A new instance of DerivativeStateOrProvinceOfIssue.
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
.field ⇒ Object
4306 4307 4308 |
# File 'lib/quickfix_fields.rb', line 4306 def DerivativeStateOrProvinceOfIssue.field return 1259 end |