Class: Quickfix::StateOrProvinceOfIssue
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::StateOrProvinceOfIssue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StateOrProvinceOfIssue
constructor
A new instance of StateOrProvinceOfIssue.
Constructor Details
#initialize(data = nil) ⇒ StateOrProvinceOfIssue
Returns a new instance of StateOrProvinceOfIssue.
17413 17414 17415 17416 17417 17418 17419 |
# File 'lib/quickfix_fields.rb', line 17413 def initialize(data = nil) if( data == nil ) super(471) else super(471, data) end end |
Class Method Details
.field ⇒ Object
17410 17411 17412 |
# File 'lib/quickfix_fields.rb', line 17410 def StateOrProvinceOfIssue.field return 471 end |