Class: Quickfix::AllocRegulatoryTradeID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::AllocRegulatoryTradeID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocRegulatoryTradeID
constructor
A new instance of AllocRegulatoryTradeID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ AllocRegulatoryTradeID
Returns a new instance of AllocRegulatoryTradeID.
25148 25149 25150 25151 25152 25153 25154 |
# File 'lib/quickfix_fields.rb', line 25148 def initialize(data = nil) if( data == nil ) super(1909) else super(1909, data) end end |
Class Method Details
.field ⇒ Object
25145 25146 25147 |
# File 'lib/quickfix_fields.rb', line 25145 def AllocRegulatoryTradeID.field return 1909 end |