Class: Quickfix::VenueType
- Inherits:
-
CharField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ VenueType
Returns a new instance of VenueType.
4972 4973 4974 4975 4976 4977 4978 |
# File 'lib/quickfix_fields.rb', line 4972 def initialize(data = nil) if( data == nil ) super(1430) else super(1430, data) end end |
Class Method Details
.field ⇒ Object
4969 4970 4971 |
# File 'lib/quickfix_fields.rb', line 4969 def VenueType.field return 1430 end |