Class: Quickfix::SideRegulatoryTradeID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SideRegulatoryTradeID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideRegulatoryTradeID
constructor
A new instance of SideRegulatoryTradeID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SideRegulatoryTradeID
25824 25825 25826 25827 25828 25829 25830 |
# File 'lib/quickfix_fields.rb', line 25824 def initialize(data = nil) if( data == nil ) super(1972) else super(1972, data) end end |
Class Method Details
.field ⇒ Object
25821 25822 25823 |
# File 'lib/quickfix_fields.rb', line 25821 def SideRegulatoryTradeID.field return 1972 end |