Class: Quickfix::SideRegulatoryLegRefID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SideRegulatoryLegRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideRegulatoryLegRefID
constructor
A new instance of SideRegulatoryLegRefID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SideRegulatoryLegRefID
Returns a new instance of SideRegulatoryLegRefID.
57661 57662 57663 57664 57665 57666 57667 |
# File 'lib/quickfix_fields.rb', line 57661 def initialize(data = nil) if( data == nil ) super(2416) else super(2416, data) end end |
Class Method Details
.field ⇒ Object
57658 57659 57660 |
# File 'lib/quickfix_fields.rb', line 57658 def SideRegulatoryLegRefID.field return 2416 end |