Class: Quickfix::GoverningLaw
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::GoverningLaw
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ GoverningLaw
constructor
A new instance of GoverningLaw.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ GoverningLaw
25798 25799 25800 25801 25802 25803 25804 |
# File 'lib/quickfix_fields.rb', line 25798 def initialize(data = nil) if( data == nil ) super(1970) else super(1970, data) end end |
Class Method Details
.field ⇒ Object
25795 25796 25797 |
# File 'lib/quickfix_fields.rb', line 25795 def GoverningLaw.field return 1970 end |