Class: Quickfix::LegCountryOfIssue
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegCountryOfIssue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCountryOfIssue
constructor
A new instance of LegCountryOfIssue.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegCountryOfIssue
Returns a new instance of LegCountryOfIssue.
8105 8106 8107 8108 8109 8110 8111 |
# File 'lib/quickfix_fields.rb', line 8105 def initialize(data = nil) if( data == nil ) super(596) else super(596, data) end end |
Class Method Details
.field ⇒ Object
8102 8103 8104 |
# File 'lib/quickfix_fields.rb', line 8102 def LegCountryOfIssue.field return 596 end |