Class: Quickfix::StateOrProvinceOfIssue
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ StateOrProvinceOfIssue
Returns a new instance of StateOrProvinceOfIssue.
6519 6520 6521 6522 6523 6524 6525 |
# File 'lib/quickfix_fields.rb', line 6519 def initialize(data = nil) if( data == nil ) super(471) else super(471, data) end end |
Class Method Details
.field ⇒ Object
6516 6517 6518 |
# File 'lib/quickfix_fields.rb', line 6516 def StateOrProvinceOfIssue.field return 471 end |