Class: Quickfix::VenueType
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::VenueType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ VenueType
constructor
A new instance of VenueType.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ VenueType
Returns a new instance of VenueType.
18934 18935 18936 18937 18938 18939 18940 |
# File 'lib/quickfix_fields.rb', line 18934 def initialize(data = nil) if( data == nil ) super(1430) else super(1430, data) end end |
Class Method Details
.field ⇒ Object
18931 18932 18933 |
# File 'lib/quickfix_fields.rb', line 18931 def VenueType.field return 1430 end |