Class: Quickfix::AllocRegulatoryTradeIDEvent
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::AllocRegulatoryTradeIDEvent
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocRegulatoryTradeIDEvent
constructor
A new instance of AllocRegulatoryTradeIDEvent.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ AllocRegulatoryTradeIDEvent
Returns a new instance of AllocRegulatoryTradeIDEvent.
25174 25175 25176 25177 25178 25179 25180 |
# File 'lib/quickfix_fields.rb', line 25174 def initialize(data = nil) if( data == nil ) super(1911) else super(1911, data) end end |
Class Method Details
.field ⇒ Object
25171 25172 25173 |
# File 'lib/quickfix_fields.rb', line 25171 def AllocRegulatoryTradeIDEvent.field return 1911 end |