Class: Quickfix::DateOfBirth
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DateOfBirth
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DateOfBirth
constructor
A new instance of DateOfBirth.
Constructor Details
#initialize(data = nil) ⇒ DateOfBirth
Returns a new instance of DateOfBirth.
19363 19364 19365 19366 19367 19368 19369 |
# File 'lib/quickfix_fields.rb', line 19363 def initialize(data = nil) if( data == nil ) super(486) else super(486, data) end end |
Class Method Details
.field ⇒ Object
19360 19361 19362 |
# File 'lib/quickfix_fields.rb', line 19360 def DateOfBirth.field return 486 end |