Class: Quickfix::UnderlyingLocaleOfIssue
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingLocaleOfIssue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingLocaleOfIssue
constructor
A new instance of UnderlyingLocaleOfIssue.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingLocaleOfIssue
Returns a new instance of UnderlyingLocaleOfIssue.
8079 8080 8081 8082 8083 8084 8085 |
# File 'lib/quickfix_fields.rb', line 8079 def initialize(data = nil) if( data == nil ) super(594) else super(594, data) end end |
Class Method Details
.field ⇒ Object
8076 8077 8078 |
# File 'lib/quickfix_fields.rb', line 8076 def UnderlyingLocaleOfIssue.field return 594 end |