Class: Quickfix::LocaleOfIssue
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LocaleOfIssue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LocaleOfIssue
constructor
A new instance of LocaleOfIssue.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LocaleOfIssue
Returns a new instance of LocaleOfIssue.
6532 6533 6534 6535 6536 6537 6538 |
# File 'lib/quickfix_fields.rb', line 6532 def initialize(data = nil) if( data == nil ) super(472) else super(472, data) end end |
Class Method Details
.field ⇒ Object
6529 6530 6531 |
# File 'lib/quickfix_fields.rb', line 6529 def LocaleOfIssue.field return 472 end |