Class: Quickfix::LegStateOrProvinceOfIssue
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegStateOrProvinceOfIssue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStateOrProvinceOfIssue
constructor
A new instance of LegStateOrProvinceOfIssue.
Constructor Details
#initialize(data = nil) ⇒ LegStateOrProvinceOfIssue
Returns a new instance of LegStateOrProvinceOfIssue.
9353 9354 9355 9356 9357 9358 9359 |
# File 'lib/quickfix_fields.rb', line 9353 def initialize(data = nil) if( data == nil ) super(597) else super(597, data) end end |
Class Method Details
.field ⇒ Object
9350 9351 9352 |
# File 'lib/quickfix_fields.rb', line 9350 def LegStateOrProvinceOfIssue.field return 597 end |