Class: Quickfix::DerivativeCountryOfIssue
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::DerivativeCountryOfIssue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeCountryOfIssue
constructor
A new instance of DerivativeCountryOfIssue.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ DerivativeCountryOfIssue
16711 16712 16713 16714 16715 16716 16717 |
# File 'lib/quickfix_fields.rb', line 16711 def initialize(data = nil) if( data == nil ) super(1258) else super(1258, data) end end |
Class Method Details
.field ⇒ Object
16708 16709 16710 |
# File 'lib/quickfix_fields.rb', line 16708 def DerivativeCountryOfIssue.field return 1258 end |