Class: Quickfix::LegLocaleOfIssue
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegLocaleOfIssue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegLocaleOfIssue
constructor
A new instance of LegLocaleOfIssue.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegLocaleOfIssue
Returns a new instance of LegLocaleOfIssue.
8131 8132 8133 8134 8135 8136 8137 |
# File 'lib/quickfix_fields.rb', line 8131 def initialize(data = nil) if( data == nil ) super(598) else super(598, data) end end |
Class Method Details
.field ⇒ Object
8128 8129 8130 |
# File 'lib/quickfix_fields.rb', line 8128 def LegLocaleOfIssue.field return 598 end |