Class: Quickfix::NonDeliverableFixingDate

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) ⇒ NonDeliverableFixingDate

Returns a new instance of NonDeliverableFixingDate.



38031
38032
38033
38034
38035
38036
38037
# File 'lib/quickfix_fields.rb', line 38031

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

Class Method Details

.fieldObject



38028
38029
38030
# File 'lib/quickfix_fields.rb', line 38028

def NonDeliverableFixingDate.field
  return 40826
end