Class: Quickfix::LegMasterConfirmationDate

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegMasterConfirmationDate

Returns a new instance of LegMasterConfirmationDate.



61483
61484
61485
61486
61487
61488
61489
# File 'lib/quickfix_fields.rb', line 61483

def initialize(data = nil)
  if( data == nil )
    super(2510)
  else
    super(2510, data)
  end
end

Class Method Details

.fieldObject



61480
61481
61482
# File 'lib/quickfix_fields.rb', line 61480

def LegMasterConfirmationDate.field
  return 2510
end