Class: Quickfix::SideVenueType
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::SideVenueType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideVenueType
constructor
A new instance of SideVenueType.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ SideVenueType
Returns a new instance of SideVenueType.
24849 24850 24851 24852 24853 24854 24855 |
# File 'lib/quickfix_fields.rb', line 24849 def initialize(data = nil) if( data == nil ) super(1899) else super(1899, data) end end |
Class Method Details
.field ⇒ Object
24846 24847 24848 |
# File 'lib/quickfix_fields.rb', line 24846 def SideVenueType.field return 1899 end |