Class: Quickfix::RegulatoryTradeIDSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RegulatoryTradeIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RegulatoryTradeIDSource
constructor
A new instance of RegulatoryTradeIDSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ RegulatoryTradeIDSource
Returns a new instance of RegulatoryTradeIDSource.
25096 25097 25098 25099 25100 25101 25102 |
# File 'lib/quickfix_fields.rb', line 25096 def initialize(data = nil) if( data == nil ) super(1905) else super(1905, data) end end |
Class Method Details
.field ⇒ Object
25093 25094 25095 |
# File 'lib/quickfix_fields.rb', line 25093 def RegulatoryTradeIDSource.field return 1905 end |