Class: Quickfix::LegGoverningLaw
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegGoverningLaw
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegGoverningLaw
constructor
A new instance of LegGoverningLaw.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegGoverningLaw
Returns a new instance of LegGoverningLaw.
61444 61445 61446 61447 61448 61449 61450 |
# File 'lib/quickfix_fields.rb', line 61444 def initialize(data = nil) if( data == nil ) super(2507) else super(2507, data) end end |
Class Method Details
.field ⇒ Object
61441 61442 61443 |
# File 'lib/quickfix_fields.rb', line 61441 def LegGoverningLaw.field return 2507 end |