Class: Quickfix::LegStateOrProvinceOfIssue
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegStateOrProvinceOfIssue
Returns a new instance of LegStateOrProvinceOfIssue.
8118 8119 8120 8121 8122 8123 8124 |
# File 'lib/quickfix_fields.rb', line 8118 def initialize(data = nil) if( data == nil ) super(597) else super(597, data) end end |
Class Method Details
.field ⇒ Object
8115 8116 8117 |
# File 'lib/quickfix_fields.rb', line 8115 def LegStateOrProvinceOfIssue.field return 597 end |