Class: Quickfix::AllocRegulatoryTradeIDSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::AllocRegulatoryTradeIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocRegulatoryTradeIDSource
constructor
A new instance of AllocRegulatoryTradeIDSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ AllocRegulatoryTradeIDSource
Returns a new instance of AllocRegulatoryTradeIDSource.
25161 25162 25163 25164 25165 25166 25167 |
# File 'lib/quickfix_fields.rb', line 25161 def initialize(data = nil) if( data == nil ) super(1910) else super(1910, data) end end |
Class Method Details
.field ⇒ Object
25158 25159 25160 |
# File 'lib/quickfix_fields.rb', line 25158 def AllocRegulatoryTradeIDSource.field return 1910 end |