Class: Quickfix::DerivativeLocaleOfIssue
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::DerivativeLocaleOfIssue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeLocaleOfIssue
constructor
A new instance of DerivativeLocaleOfIssue.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ DerivativeLocaleOfIssue
Returns a new instance of DerivativeLocaleOfIssue.
16737 16738 16739 16740 16741 16742 16743 |
# File 'lib/quickfix_fields.rb', line 16737 def initialize(data = nil) if( data == nil ) super(1260) else super(1260, data) end end |
Class Method Details
.field ⇒ Object
16734 16735 16736 |
# File 'lib/quickfix_fields.rb', line 16734 def DerivativeLocaleOfIssue.field return 1260 end |